similar to: [LLVMdev] parallelization of sequential program in thread level to run on multi-core processors

Displaying 20 results from an estimated 500 matches similar to: "[LLVMdev] parallelization of sequential program in thread level to run on multi-core processors"

2012 Feb 20
2
[LLVMdev] stack dump
0 down vote favorite [http://stackoverflow.com/questions/9354312/llvm-2-8-dswp-core-dump-linux#] share [g+] share [fb] share [tw] i new in llvm.i just compile google code and got this error. " Stack dump: 0. Program arguments: opt -load /home/vahid/mywork/llvm-2.8/Release/lib/DSWP.so -dswp obj.o -o out.o 1. Running pass 'Function Pass Manager'
2007 Feb 01
1
would you please navigate me?
Hello My name is Aida Eslami. I am a M.S.c student of statistics at Shahid Beheshti University , Tehran, Iran. The subject of my thesis is Analysis of Masked Data. I have some problems in writing of my program (optimization). Would you please navigate me and introduce some to help me? Thank you.
2009 Aug 15
1
Error in running RWeka Clusteres
Hi, I have a question about using RWeka Clusterers.If you could supply answer or insight, I would really appreciate it. When I run a simple code which uses a clusterer from RWeka I get an error. the sample codes and errors are mentioned below Code: library(RWeka) Cobweb(iris[,-5],control=NULL) Error: Error in names(class_ids) <- nms : 'names' attribute [150] must be the same
2008 Apr 30
0
[LLVMdev] LLVM for parallelization
Dear Dr. Lattner Hello I'm ali faradjpour and am a M.S. Student of Software Engineering. I've studied about llvm. also I 've studied about code parallelization and distribution. There are some problems in real applications parallelization domain that i think using LLVM to overcome them is useful. I know that the starting point of LLVM was toward Lifelong Analysis and Optimization. I
2008 Jul 25
3
cpu frequency scaling in domUs
Hi, I''ve recently installed xen-3.2.1 on my AMD Sempron(tm) machine. It runs gentoo 2.6.21 as dom0 and cpu frequency scaling works in dom0. But inside a domU, cpu frequency scaling is not working. By checking the boot log in domU I found that domU is unable to load the powernow driver: "powernow-k8: BIOS error - no PSB or ACPI _PSS objects" I wonder if it is possible to have
2012 Feb 16
0
[LLVMdev] Wrong AliasAnalysis::getModRefInfo result
Thanks Duncan! You are right! If I type the command "opt -basicaa -mypass ...", then the output makes sense. Now, how can you specify which AA to use in the code? Regards, Welson On Thu, Feb 16, 2012 at 12:05 PM, Duncan Sands <baldrick at free.fr> wrote: > Hi Welson, the default alias analysis is -no-aa. As the name suggests it > just returns MayAlias for everything.
2009 Dec 24
3
ConnectTimeout=2 not working for me
Hi all, I have somewhat a strange problem that I could not figure out, maybe someone here can lelp. I have a script that uses scp to distribute files to many servers, I use '-o BatchMode=yes -o ConnectTimeout=2 options so the scp will not get stuck if something is wrong with the remote host. If the remote host is down (non-pingable) or sshd is down the timeout option works and the scp
2009 Mar 04
5
Oracle database on zfs
Hi, I am wondering if there is a guideline on how to configure ZFS on a server with Oracle database? We are experiencing some slowness on writes to ZFS filesystem. It take about 530ms to write a 2k data. We are running Solaris 10 u5 127127-11 and the back-end storage is a RAID5 EMC EMX. This is a small database with about 18gb storage allocated. Is there a tunable parameters that we can apply to
2012 Feb 15
2
[LLVMdev] ASM appears to be incorrect from llc
Hi, I'm trying to compile an intermediate representation file to ASM (intel style), and I believe that the resultant ASM is invalid. The IR is: ; ModuleID = 'test.u' %vec2 = type { float, float } @t = global %vec2 zeroinitializer @x = global i32 0 define i32 @main__i__v() nounwind { locals: %0 = load float* getelementptr inbounds (%vec2* @t, i32 0, i32 0) %1 = fptosi float %0
2008 Jun 04
3
Support for CPU frequency scaling in Xen
Hi, Does Xen provide support for CPU frequency scaling? If there exists such support, from which version they support it? Otherwise what problems do exist in support frequency scaling in Xen? Thanks, Vahid _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Feb 04
2
bwinfo -u works getent passwd doesn't
Hi, I have Samba 3.0.21b running on Solaris 10 with ADS authentication. I get the following in log.winbindd when I do "getent passwd" but wbinfo -u lists all the users. Does anyone know why and how to fix it? Thanks, Vahid. [2006/02/04 13:37:02, 3] nsswitch/winbindd_ads.c:query_user_list(234) ads query_user_list gave 9926 entries [2006/02/04 13:37:04, 3]
2003 Apr 06
1
Priority usage: absolute sequential vs. sequential
(Yes, today is the "John has an idea day") So, in my now fairly extensive coding of extension priority lists, I'm getting very bored of re-numbering my priority lists every time I add something at the top of the list. If I have a 7 step priority list, and I need to add something in at priority 2, then I have to re-number five other priorities, and if my Dial statement is
2008 Jul 10
1
Boot fails unless "noacpi" option is present.
Hello, I am using Xen 3.2.1 and I cannot boot it on my machine unless I use the noacpi option. As far as I know noacpi option is incompatible with SMP, so I must not use it, because my machine is SMP. I am describing the problem in more detail below. If you could point me in the right direction, I''d greatly appreciate it. I downloaded Xen 3.2.1 official source distribution tarball from
2003 Jan 14
0
RE: ext3fs still uses sequential search of file names in director ies?
Andreas was kind enough to point out that not neccesarily all ext3fs have htrees ready to go. I am running redhat8.0 out of the box. How can I check if ext3fs with htrees is running? I can download the kernel source, but I don't know what options were used when it was built by redhat. Thanks much for all of your help. -Parker -----Original Message----- From: Andreas Dilger
2003 Jan 16
1
RE: ext3fs still uses sequential search of file names in director ies?
Didn't hear back from anyone regarding if there is a way to determine if I am running the ext3fs with htree. Is there a way I can do it without checking the src code since I am running the precompired redhat kernel with 8.0? Perhaps an entry under /proc somewhere? Pj -----Original Message----- From: Parker Johnson Sent: Tuesday, January 14, 2003 3:34 PM To: 'Andreas Dilger';
2003 Jan 16
1
RE: ext3fs still uses sequential search of file names in director ies?
Bummer. Does anyone have a url that describes the 2.4 patching process? Any claims on stability? Thanks, Parker -----Original Message----- From: 'Andreas Dilger' [mailto:adilger@clusterfs.com] Sent: Wednesday, January 15, 2003 4:35 PM To: Parker Johnson Cc: 'ext3-users@redhat.com'; Ops Subject: Re: ext3fs still uses sequential search of file names in director ies? On Jan 15,
2006 Feb 12
2
Using Random Longer Non-Sequential IDs
Instead of using sequential integers for IDs for my objects I was wondering if I could easily make it so that my IDs where longer auto- generated random strings/integers. So instead of: http://www.mydomain.com/user/view/1 Would be: http://www.mydomain.com/user/view/d81096b87a7c5565f On top of that... is there big benefits for security reasons to use non-sequential numbers? Is it worth
2006 Aug 27
1
refer to objects with sequential names
Dear Listers, If I have several glm objects with names glm1, glm2.... and want to apply new data to these objects. Instead of typing "predict(glm1, newdata)..." 100 times, is there way I could do so in a loop? Thank you so much! wensui [[alternative HTML version deleted]]
2009 Jan 15
1
Sequential "page." commands in a js.rjs file?
After the (remote) delete action for my lesson_categories controller i fall through to this js.rjs file: page.visual_effect :fade, "lesson_category_#{@lesson_category.id}", :duration => 1 page.remove "lesson_category_#{@lesson_category.id}" The problem, though, is that the visual effect is initiated, then the remove is initiated, before the visual effect is finished, so
2008 May 07
0
solution to differences in sequential and marginal ANOVA using a mixed model
Yesterday I posted the following question to the help list. Thanks to John Fox (copied below) who pointed out the solution. Original question: I have come across a result that I cannot explain, and am hopingthat someone else can provide an answer. A student fitted a mixed model usingthe lme function: out<- lme(fixed=Y~A+B+A:B, random=~1|Site). Y is a continuous variable while A and