search for: speccpu2000

Displaying 20 results from an estimated 27 matches for "speccpu2000".

Did you mean: speccpu2006
2011 Jun 29
2
[LLVMdev] specint2000 as external tests
Hi All, I am trying to configure llvm so with test-suite enabled. I have downloaded the test-suite. Spec 2000 benchmarks sources are plugged in speccpu2000 at $LLVM_SRC_ROOT/projects/test-suite-externals/speccpu2000/benchspec e.g.: 164.gzip dir is $LLVM_SRC_ROOT/projects/test-suite-externals/speccpu2000/benchspec/164.gzip My configure command is: ../configure --disable-optimized --enable-assertions --enable-spec2000 --with-llvmgccdir=<GCC Ins...
2009 Dec 24
2
[LLVMdev] Problem in External/SPEC/CFP2000/177.mesa/Makefile ?
Hello folks, The makefile for 177.mesa says that for a small problem size, it will get 100 frames. But in the spec sources I have, the test folder only contains numbers for 10 frames: $ speccpu2000/benchspec/CFP2000/177.mesa/data $ wc -l test/input/numbers 10 test/input/numbers Generating 100 frames causes undefined behaviour because the program is doing unchecked fscanf on that "numbers" file. Is my version of spec wrong ? If not, can we apply the attached patch ? Thanks,...
2011 Jun 29
3
[LLVMdev] specint2000 as external tests
...patched_src src Does this look ok to you? Thanks for your help. Daya On Wed, Jun 29, 2011 at 3:05 AM, Duncan Sands <baldrick at free.fr> wrote: > Hi Daya, > > > checking for spec2000 benchmark sources... no, not found in > > $LLVM_SRC_ROOT/projects/test-suite-externals/speccpu2000/benchspec > > I have 164.gzip at > $LLVM_SRC_ROOT/projects/test-suite/External/SPEC/CINT2000/164.gzip > and it seems to work. > > Ciao, Duncan. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs...
2009 Feb 23
2
[LLVMdev] make-test dependencies on local directory
Hi, I am getting this when running make-test :- $ /usr/src/llvm-test-2.5/configure checking for spec95 benchmark sources... no, not found in /home/vadve/shared/ben chmarks/spec95/benchspec checking for spec2000 benchmark sources... no, not found in /home/vadve/shared/b enchmarks/speccpu2000/benchspec checking for spec2006 benchmark sources... no, not found in /home/vadve/shared/b enchmarks/speccpu2006/benchspec checking for povray benchmark sources... no, not found in /home/vadve/shared/ben chmarks/povray31 checking for namd benchmark sources... no, not found in /home/vadve/shared/ben...
2011 Jun 29
0
[LLVMdev] specint2000 as external tests
Hi Daya, > checking for spec2000 benchmark sources... no, not found in > $LLVM_SRC_ROOT/projects/test-suite-externals/speccpu2000/benchspec I have 164.gzip at $LLVM_SRC_ROOT/projects/test-suite/External/SPEC/CINT2000/164.gzip and it seems to work. Ciao, Duncan.
2013 Jan 18
0
[LLVMdev] How to run SPEC200 benhmark in LLVM
...un LLVM's nightly testsuite? It has support for SPEC. When you configure LLVM you need to use --with-externals to specify a directory that holds external testsuites like SPEC. For example: --with-externals=$HOME/externals/ In $HOME/externals/ you should put the SPEC testsuite directories, eg speccpu2000. Note that this will only work if you got the nightly testsuite working first, since it is the nightly testsuite that picks up SPEC. You will see in the nightly testsuite configure output if it found and understood your SPEC suites. Ciao, Duncan.
2013 Jan 18
2
[LLVMdev] How to run SPEC200 benhmark in LLVM
Hello, I want to run SPEC2000 benchmark in LLVM to check correctness of a llvm module which I wrote. How to run SPEC2000 benchmark in LLVM? Unnikrishnan C -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2009 Feb 23
2
[LLVMdev] make-test dependencies on local directory
...> $ /usr/src/llvm-test-2.5/configure > > checking for spec95 benchmark sources... no, not found in /home/ > > vadve/shared/ben > > chmarks/spec95/benchspec > > checking for spec2000 benchmark sources... no, not found in /home/ > > vadve/shared/b > > enchmarks/speccpu2000/benchspec > > checking for spec2006 benchmark sources... no, not found in /home/ > > vadve/shared/b > > enchmarks/speccpu2006/benchspec > > checking for povray benchmark sources... no, not found in /home/ > > vadve/shared/ben > > chmarks/povray31 > > checki...
2009 Dec 24
0
[LLVMdev] Problem in External/SPEC/CFP2000/177.mesa/Makefile ?
On Dec 23, 2009, at 6:26 PM, Julien Lerouge wrote: > Hello folks, > > The makefile for 177.mesa says that for a small problem size, it will > get 100 frames. But in the spec sources I have, the test folder only > contains numbers for 10 frames: > > $ speccpu2000/benchspec/CFP2000/177.mesa/data $ wc -l test/input/ > numbers > 10 test/input/numbers > > Generating 100 frames causes undefined behaviour because the program > is > doing unchecked fscanf on that "numbers" file. > > Is my version of spec wrong ? What you...
2011 Jun 29
0
[LLVMdev] specint2000 as external tests
My source directory wasn't correct but now I have a correct test directory structure. $ls -1 ~/tmp/speccpu2000/benchspec/CINT2000/164.gzip/ data docs exe result run Spec src version I reconfigured the llvm with ../configure --prefix=/home/dskhudia/tmp/llvm-install --with-llvmgccdir=/home/dskhudia/tmp/llvm-install --with-externals=/home/dskhudia/tmp Now I can execute the make -C 164.gzip but I am getting t...
2009 Feb 23
0
[LLVMdev] make-test dependencies on local directory
...en running make-test :- > > $ /usr/src/llvm-test-2.5/configure > checking for spec95 benchmark sources... no, not found in /home/ > vadve/shared/ben > chmarks/spec95/benchspec > checking for spec2000 benchmark sources... no, not found in /home/ > vadve/shared/b > enchmarks/speccpu2000/benchspec > checking for spec2006 benchmark sources... no, not found in /home/ > vadve/shared/b > enchmarks/speccpu2006/benchspec > checking for povray benchmark sources... no, not found in /home/ > vadve/shared/ben > chmarks/povray31 > checking for namd benchmark sources......
2009 Feb 23
0
[LLVMdev] make-test dependencies on local directory
...st-2.5/configure >> > checking for spec95 benchmark sources... no, not found in /home/ >> > vadve/shared/ben >> > chmarks/spec95/benchspec >> > checking for spec2000 benchmark sources... no, not found in /home/ >> > vadve/shared/b >> > enchmarks/speccpu2000/benchspec >> > checking for spec2006 benchmark sources... no, not found in /home/ >> > vadve/shared/b >> > enchmarks/speccpu2006/benchspec >> > checking for povray benchmark sources... no, not found in /home/ >> > vadve/shared/ben >> > chmarks/p...
2006 Apr 26
1
[LLVMdev] LLC fail without gccld optimization on spec2000 int benchmarks
...===error messages for bzip2:=========== ... gcc Output/256.bzip2.llc.s -lm -lm -o Output/256.bzip2.llc /home/snir/jingyu/resources/llvm/llvm2/llvm/projects/llvm-test/External/SPEC/Sandbox.sh llc-train Output/256.bzip2.out-llc /home/snir/jingyu/resources/llvm/build2/projects/llvm-test/External/speccpu2000/benchspec/CINT2000/256.bzip2/data/train/input/ \ /home/snir/jingyu/resources/llvm/llvm2/llvm/projects/llvm-test/RunSafely.sh 500 /dev/null input.compressed.out \ ../256.bzip2.llc `cat /home/snir/jingyu/resources/llvm/build2/projects/llvm-test/External/speccpu2000/benchspec/CINT20...
2009 Aug 31
2
[LLVMdev] spec tests + PWD=
Hi David, It looks like you added the PWD= magic to Makefile.spec. It is preventing me from running bugpoint on the desktop, with errors like this: /Users/sabre/llvm/projects/llvm-test/External/SPEC/Sandbox.sh bugpoint- train Output/176.gcc.bugpoint-opt /Users/sabre/cvs/benchmarks/ speccpu2000/benchspec/CINT2000/176.gcc/data/train/input/ \ PWD=/Volumes/Data/Users/sabre/llvm/projects/llvm-test/External/ SPEC/CINT2000/176.gcc /Users/sabre/llvm/Debug/bin/bugpoint -llc- safe ../176.gcc.noopt-llvm.bc -std-compile-opts \ -append-exit-code -Xlinker=-lm -input=/dev/null -output=....
2009 Feb 23
2
[LLVMdev] make-test dependencies on local directory
...> $ /usr/src/llvm-test-2.5/configure > > checking for spec95 benchmark sources... no, not found in /home/ > > vadve/shared/ben > > chmarks/spec95/benchspec > > checking for spec2000 benchmark sources... no, not found in /home/ > > vadve/shared/b > > enchmarks/speccpu2000/benchspec > > checking for spec2006 benchmark sources... no, not found in /home/ > > vadve/shared/b > > enchmarks/speccpu2006/benchspec > > checking for povray benchmark sources... no, not found in /home/ > > vadve/shared/ben > > chmarks/povray31 > > checki...
2007 Feb 03
6
A Performance Comparison of Hypervisors
Obviously not a very fair comparison [1]. I can''t see how this was done well at all. VMWare are a bit silly to release stuff like this, just lowers the whole game. [1] http://www.vmware.com/vmtn/resources/711 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2012 Mar 29
0
[LLVMdev] Announcing 3.1 Release Branch Date!
> By the way, we are looking for ARM testers. There was a lot of interest in the 3.0 release for an ARM release. We will try to do one this release on a trial basis. We are looking for ARMv7 cortex-a8 and cortex-a9 on Linux. We have two pandard board (ARMv7 cortex-a9) and perhaps one ARMv6 4-cores board. Do we do a native compile or cross compile for the ARM platform? Regards, chenwj --
2009 May 11
1
[LLVMdev] Introduction to the Profiling Infrastructure
Dear LLVM Developers: I am an undergraduate summer research student supervised by José Nelson Amaral at the University of Alberta. My work will primarily involve value profiling and path profiling. Andreas Neustifter is planning some changes to the profiling related code in LLVM (http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-February/020396.html). Are any of these changes in yet? Which
2012 Mar 22
3
[LLVMdev] SPEC CPU2006 bitcode files
Hello, I'm trying to generate bitcode files from the SPEC CPU2006 benchmark suites. First I installed the benchmarks into ~/llvm/projects/test-suite/External/speccpu2006 and then I tried ~/mysandbox/bin/lnt runtest nt --sandbox=sandbox --cc=/Users/asd/llvm/Release/bin/clang --test-suite=/Users/asd/llvm/projects/test-suite --test-externals=/Users/asd/llvm/projects/test-suite/External -j 4
2009 Sep 01
0
[LLVMdev] spec tests + PWD=
...ike you added the PWD= magic to Makefile.spec. It is > preventing me from running bugpoint on the desktop, with errors like > this: > > /Users/sabre/llvm/projects/llvm-test/External/SPEC/Sandbox.sh > bugpoint-train Output/176.gcc.bugpoint-opt /Users/sabre/cvs/ > benchmarks/speccpu2000/benchspec/CINT2000/176.gcc/data/train/input/ \ > PWD=/Volumes/Data/Users/sabre/llvm/projects/llvm-test/External/ > SPEC/CINT2000/176.gcc /Users/sabre/llvm/Debug/bin/bugpoint -llc- > safe ../176.gcc.noopt-llvm.bc -std-compile-opts \ > -append-exit-code -Xlinker=-lm -input...