search for: benchspec

Displaying 20 results from an estimated 42 matches for "benchspec".

2018 Sep 05
2
AddressSanitizer on SPECCPU2006
...0x7fff4f265670 READ of size 6 at 0x000000b46465 thread T0 #0 0x49ffcc in __interceptor_memcmp.part.75 /home/jmh/Downloads/llvm-4/llvm/projects/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:690 #1 0x6843a0 in PerlIO_find_layer /home/jmh/Downloads/spec2006_v1.2/benchspec/CPU2006/400.perlbench/build/build_base_elf-64bit.0000/perlio.c:751:6 #2 0x6869fc in PerlIO_default_buffer /home/jmh/Downloads/spec2006_v1.2/benchspec/CPU2006/400.perlbench/build/build_base_elf-64bit.0000/perlio.c:1015:32 #3 0x683f13 in PerlIO_default_layers /home/jmh/Downloads/spec2006_v1...
2018 Sep 05
2
AddressSanitizer on SPECCPU2006
...thread T0 > > > > #0 0x49ffcc in __interceptor_memcmp.part.75 > /home/jmh/Downloads/llvm-4/llvm/projects/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:690 > > > > #1 0x6843a0 in PerlIO_find_layer > /home/jmh/Downloads/spec2006_v1.2/benchspec/CPU2006/400.perlbench/build/build_base_elf-64bit.0000/perlio.c:751:6 > > > > #2 0x6869fc in PerlIO_default_buffer > /home/jmh/Downloads/spec2006_v1.2/benchspec/CPU2006/400.perlbench/build/build_base_elf-64bit.0000/perlio.c:1015:32 > > > > #3 0x683f13 in PerlIO_def...
2018 Sep 05
2
AddressSanitizer on SPECCPU2006
...gt;> > #0 0x49ffcc in __interceptor_memcmp.part.75 > /home/jmh/Downloads/llvm-4/llvm/projects/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:690 > >> > > >> > #1 0x6843a0 in PerlIO_find_layer > /home/jmh/Downloads/spec2006_v1.2/benchspec/CPU2006/400.perlbench/build/build_base_elf-64bit.0000/perlio.c:751:6 > >> > > >> > #2 0x6869fc in PerlIO_default_buffer > /home/jmh/Downloads/spec2006_v1.2/benchspec/CPU2006/400.perlbench/build/build_base_elf-64bit.0000/perlio.c:1015:32 > >> > > >&gt...
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/sha...
2006 Aug 30
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...> > I use NAG with llvm-gcc4. What sort of errors do you get? Did you > configure llvm-test with the appropriate flags to find it? > Yes, I did. llvm-test is configured as follows: (in /work/LLVM/1.8/ llvm/project/llvm-test): ./configure --with-spec2000=/work/SPEC_CPU2000_1.3_src/benchspec -- without-f2c --with-f95-bin=/work/NAG_f95/bin --with-f95-lib=/work/ NAG_f95/lib --with-f95-inc=/work/NAG_f95/lib --with-llvmsrc=/work/ LLVM/1.8/llvm --with-llvmobj=/work/LLVM/1.8/llvm (the inc=.../lib part is correct, the headers files are indeed located in the lib dir of NAG f95). which r...
2006 Aug 30
0
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
On Wed, 30 Aug 2006, Kenneth Hoste wrote: > I've been trying (on and off) to compile the _full_ SPEC CPU2000 benchmark > suite to LLVM bytecode. The biggest problem > I'm facing is the Fortran benchmarks, for which some partial support is > already available it seems (using f2c). ok. > Unfortunately the f2c compiler only allows the translation of Fortran-77 >
2009 Feb 23
2
[LLVMdev] make-test dependencies on local directory
...at 10:02 AMPST, Aaron Gray wrote: > > > 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 > > c...
2006 Aug 30
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
Hello LLVM-people, I've been trying (on and off) to compile the _full_ SPEC CPU2000 benchmark suite to LLVM bytecode. The biggest problem I'm facing is the Fortran benchmarks, for which some partial support is already available it seems (using f2c). Unfortunately the f2c compiler only allows the translation of Fortran-77 programs to C code (which is then compiled using llvm-gcc).
2009 Feb 23
0
[LLVMdev] make-test dependencies on local directory
...th-externals=<path> On Feb 23, 2009, at 10:02 AMPST, Aaron Gray wrote: > 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 sour...
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 Install dir> But with this configure command I still get --- checking f...
2006 Sep 01
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...t;> can I >> enforce this? > > Go into the directory for that benchmark, then run 'make' or whatever. OK, I seem to be getting closer to the problem... When compiling a single benchmark, I noticed the following... /work/NAG_f95/bin/f95 -w -S -O2 /work/SPEC_CPU2000_1.3_src/benchspec/ CFP2000/168.wupwise/src/dcabs1.f -o dcabs1.c -dusty -dcfuns Evaluation trial version of NAGWare Fortran 95 Release 5.1(216) /home/kehoste/work/LLVM/1.8/llvm-gcc4-1.8-x86-linux/bin/llvm-gcc - DSPEC_CPU2000 -I/home/kehoste/work/LLVM/1.8/llvm/projects/llvm-test/ External/SPEC/CFP2000/168.wupwise -...
2009 Feb 23
0
[LLVMdev] make-test dependencies on local directory
...gt;> >> > 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/speccpu20...
2006 Sep 01
0
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...s there a known workaround for this? And if there is, why isn't it in the documentation? Affected benchmarks: equake, lucas, vpr, gcc, crafty, eon, gcc *** syntax error Compiling the perlbmk benchmark produces a syntax error. This may be a GCC4 problem. <path>/SPEC_CPU2000_1.3_src/benchspec/CINT2000/253.perlbmk/src/ nt_perlmain.c:80: error: syntax error before ‘int’ (among others) This specific line of code is: DllExport int RunPerl(int argc, char **argv, char **env, void *ios); which does seem very strange syntax to me... Affected benchmarks: perlbmk. +++ following errors seem...
2009 Feb 23
2
[LLVMdev] make-test dependencies on local directory
...at 10:02 AMPST, Aaron Gray wrote: > > > 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 > > c...
2006 Aug 30
0
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...use NAG with llvm-gcc4. What sort of errors do you get? Did you >> configure llvm-test with the appropriate flags to find it? > Yes, I did. llvm-test is configured as follows: (in /work/LLVM/1.8/ > llvm/project/llvm-test): > ./configure --with-spec2000=/work/SPEC_CPU2000_1.3_src/benchspec -- > without-f2c --with-f95-bin=/work/NAG_f95/bin --with-f95-lib=/work/NAG_f95/lib > --with-f95-inc=/work/NAG_f95/lib --with-llvmsrc=/work/LLVM/1.8/llvm > --with-llvmobj=/work/LLVM/1.8/llvm What does this print? $ grep F95 .../projects/llvm-test/Makefile.config ? > I then cd into l...
2006 Aug 31
0
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
On Thu, 31 Aug 2006, Kenneth Hoste wrote: > Bummer. I think I'll contact the NAG support for more info on this. Can you > show me the content of your Makefile.nagfortran? It is identical to yours. > Also, it is possible to tell make only to compile benchmark X? How can I > enforce this? Go into the directory for that benchmark, then run 'make' or whatever. -Chris --
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, Julien --...
2006 Sep 01
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...fined reference to `ltmp_6794_156' These also include SPECint benchmarks, so again, this has nothing todo with f95. > *** perlbmk syntax error > > Compiling the perlbmk benchmark produces a syntax error. This may be > a GCC4 problem. > > <path>/SPEC_CPU2000_1.3_src/benchspec/CINT2000/253.perlbmk/src/ > nt_perlmain.c:80: error: syntax error before ‘int’ > > (among others) > > This specific line of code is: > > DllExport int RunPerl(int argc, char **argv, char **env, void *ios); > > which does seem very strange syntax to me... > > Affecte...
2006 Aug 31
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
On 31 Aug 2006, at 19:13, Chris Lattner wrote: > On Thu, 31 Aug 2006, Kenneth Hoste wrote: > >> When I adjust the settings in Makefile.nagfortran as follows, I'm >> able to get bytecode file for lucas, galgel and facerec, but make >> still quits with an error (after generating >> bytecode files for 7 (out of 26) benchmarks. >> >> Also, the file
2011 Jun 29
3
[LLVMdev] specint2000 as external tests
...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.uiuc.edu...