Displaying 20 results from an estimated 900 matches similar to: "D'Hondt method"
2013 Apr 13
2
[LLVMdev] Using llvm Metadata inside llc
The project I am working on is to use the llvm toolchain for embedded CGRA
processors .
This however poses some restrictions on the block formation, because modulo
scheduling is applied in a later stage.
For this reason the idea was to create custom pragma's to generate metadata
and attach it to de branches of loops we wanted to map on a cgra module.
It is a lot similar to the loop parallell
2013 Apr 12
2
[LLVMdev] Using llvm Metadata inside llc
Is there any way to work with the metadata inside llc? Or is there a
specific reason why metadata is not supported inside llc? Because as I see
it the metadata get's completely removed during instruction selection.
I would like to use the metadata to influence Loop Specific transformations
and if-conversion.
Kind Regards
Michael D'hont
-------------- next part --------------
An HTML
2013 Apr 12
0
[LLVMdev] Using llvm Metadata inside llc
There's some support for metadata on MI and definitely on the IR. What
do you have in mind and what are you doing?
-eric
On Fri, Apr 12, 2013 at 7:37 AM, Michael D'Hont <michael.dhont at ugent.be> wrote:
> Is there any way to work with the metadata inside llc? Or is there a
> specific reason why metadata is not supported inside llc? Because as I see
> it the metadata
2013 Apr 18
0
[LLVMdev] Using llvm Metadata inside llc
Hi
As i didn't get any respons I am reformulating my question in the hope to
make myself more clear.
Has anyone an idea how to use metadata present in the llvm ir to guide the
if-conversion in llc (as metadata get's dropped during SelectionDAG) ?
-Michael
2013/4/13 Michael D'Hont <michael.dhont at ugent.be>
> The project I am working on is to use the llvm toolchain for
2008 Apr 17
1
Having a probelm woth creating a a simple chart.
Hello,
I am having trouble with creating a simple bar chart using R. My file just
consists of 1 column called reason. Within this column, there are 2
responses(Room for Improvement and Info entered is all relevant). My code
for creating the charts is as follows:
d <-read.table("C://project/graphs/reason.csv", sep=",", header=TRUE)
pie(d$reason,
labels=d$reason,
2010 Feb 11
1
Rounding multinomial proportions
I present you with a function that solves a problem that has bugged me for
many years. I think the problem may be general enough to at least consider
adding this function, or a revamped version of it, to the 'stats' package,
with the other multinomial functions reside.
I'm using R to export data to text files, which are input data for an
external model written in C++. Parts of the
2018 Dec 22
2
[llvm-pdbutil] : merge not working properly
When trying to merge 2 pdbs which have each their own DBI stream, I endup
with a pdb with an inconsistent number of stream and no DBI stream (or at
least not at fixed index 3, producing a corrupt error when dumping with -l).
Looking at the code, it seems that we don't merge other streams than TPI
and IPI streams, am I right ?
Is the "merge" feature completely implemented ?
Thanks
2008 Aug 12
1
The CruiseControl server does not provide web URLs for projects
Hi folks,
We successfully set up our ccrb app, running on a server in-house. As
a first pass, I was originally running it through a terminal
connected to the server via ssh, where I''d just navigated to the
app''s folder then run ''cruise start''.
At that time, I could connect fine to the CCTray service.
We''ve subsequently
2002 Jun 27
1
AAAAAAAAAAAAAAAAHH ==> winbind and pam, work please !!
I have a big problem and i'm getting crazy time by time !!
This is the situation:
I have Mandrake 8.2 installed, i downloaded samba2.5 installed it with
winbind etc...
It is working fine, winbind also, when i do wbinfo -u then i get all the
names from my nt domain also
Wbinfo -g, getent passwd are working fine too.
I took my login (from /etc/pam.d/) from another linux i have here which
works
2005 Oct 17
1
:Re: Unknown PAM failiure in WIN2003/ Active Directory + samba
Damn, 2.6.13.4 i REALLY mean! :)
(i probably need a holliday!)
Huh....2.6.16.4....i mean! :)
In smb.conf, i removed obey pam restrictions and now it works...
What does "obey pam restrictions" do ?
Cheers,
Phil.
-
Hash: SHA1
Philippe Dhont (Sea-ro) escreveu:
> Hello,
> I have an existing windows 2003 network and now try to add a new linux
> server with samba/kerberos
2013 Mar 03
0
[LLVMdev] loop metdata instruction
Hi
I'm working on a project which needs loop-attached metadata similar to
the parallel metadata discussed in here. Currently I'm trying to make
the metadata get through the optimisation passes unscathed. For loop
passes, I've solved that by modifying the LPPassManager to check for
metadata presence before and after runOnLoop, and restoring it if
necessary (assuming the loop didn't
2002 Jul 01
5
./configure --with-pam
Hi all,
I still have problems with my nt authentication on linux.
My problems start when compiling --with-pam
This is the output, i can't figure out why i get the error.
[root@squid source]# ./configure --with-pam
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -O ) works... yes
checking whether the C compiler (gcc -O ) is a
2013 Mar 01
2
[LLVMdev] loop metdata instruction
Hi
I'm working on a project which needs loop-attached metadata similar to
the parallel metadata discussed in here. Currently I'm trying to make
the metadata get through the optimisation passes unscathed. For loop
passes, I've solved that by modifying the LPPassManager to check for
metadata presence before and after runOnLoop, and restoring it if
necessary (assuming the loop didn't
2018 Dec 24
1
[llvm-pdbutil] : merge not working properly
The merge feature was implemented primarily for testing but was never
really productionized, so your guess about what the underlying problem is
sounds correct to me. We could probably hide the subcommand so users don’t
accidentally use it, or if someone wants to properly implement the missing
features, that would be even better
On Sat, Dec 22, 2018 at 10:48 AM Vivien Millet via llvm-dev <
2001 Feb 17
0
Belgium police raides homes of Napster users (!!!)
>From CNET news:
Belgium cracks down on file swapping
By The Associated Press
Special to CNET News.com
February 15, 2001, 3:20 p.m. PT
BRUSSELS, Belgium--Acting on complaints from the music industry, police have
raided the homes of people who use music-sharing Web sites, looking for
evidence they infringed copyright rules, the prosecutors' office said
Thursday.
Police searched the home
2010 Jul 07
1
Australian Internet Filtering Position
List,
With sites like this appearing everywhere: http://www.dontfilterme.com and
http://nocleanfeed.com/
Just trying to get a general opinion with what everyone thinks of the
filtering situation in Australia. Whether you believe its a good thing or a
bad thing or you don't really care. I'm writing a letter to an Australian MP
(Member of Parliament) and I want to get some actual opinions
2003 Apr 25
1
Winbindd and windows server2003
Hi all,
I will install a new file server with samba and winbindd but soon there will
also come a new PDC with windows2003 server.
But is winbindd still compatible with windows2003 server ? And samba too ?
Thnx.
--Tronstr@xsomic--
2003 Jun 03
2
Joining windows 2003 server
Hi,
When i do a passwd -j domain -r servername -U logon-name
To an NT4 PDC, it works
When i do the same with windows 2003 server, it's not working
I get:
NT_STATUS_ACCESS_DENIED
Anyone has information about this ?
Should it work with windows2003 server ?
Regards,
Ph.
2010 May 27
2
[URGENT] Assistance Requested in Looking for Dr Francis T. Seow, Harvard Law School Research Fellow
Hi,
First, I would like to apologize for the out-of-topic post. I will keep
this as short as I possibly could.
Does anybody know Dr. Francis T. Seow, the former Solicitor-General from
the Republic of Singapore? I want to contact him but can't seem to find
his email address or telephone number on the internet. Could you help me?
Do you also know how I can contact all the justices of the
2006 Jul 21
3
How can I create OrderItems that go in a Order?
I suspect my problem is similar to having an order and wanting to have
order items as part of the order, so I''ll explain the problem in those
more familiar terms and then explain what if anything makes my actual
situation different at the end.
In an Order lets say you have: shipping_address and a shipped bool.
OrderItem has quantity and name
So Order has_many :OrderItems, and OrderItem