Displaying 8 results from an estimated 8 matches for "wupwise".
Did you mean:
unwise
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
--
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
2006 Sep 01
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...force 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 -I/home/kehoste/work/LL...
2006 Sep 01
0
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...of my system. I guess
this has more to do with the NAG compiler than with LLVM itself.
Nevertheless, I wanted to mention it.
llvm-gcc <with-a-bunch-of-options> -O3 -S dcabs1.c -o Output/
dcabs1.ll -emit-llvm
In file included from <path>/SPEC_CPU2000_1.3_src/benchspec/
CFP2000/168.wupwise/src/dcabs1.f:1:
<path>/lib/f95.h:109: error: syntax error before ‘Logical4’
<path>/lib/f95.h:109: warning: data definition has no type or
sto rage class
<path>/lib/f95.h:118: error: syntax error before ‘Integer4’
...
Affected SPEC CPU2000 benchmarks: wupwise, swim, mgrid...
2012 Jun 05
2
[LLVMdev] [PATCH] add x32 psABI support
...Perf Size
CFP2000 x32 32 64 x32/32 x32/64 x32 32 64 x32/32 x32/64
===============================================================================================
168.wupwise 3417 2873 3428 18.93% -0.32% 41970 43851 49154 -4.29% -14.62%
171.swim 7086 7126 7105 -0.56% -0.27% 16906 16857 18641 0.29% -9.31%
172.mgrid 2007 1917 1982 4.69% 1.26% 21272 21224 23086 0.23% -7.86%
173.applu 3445 3...
2006 Sep 01
2
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...generated. Also, the execution diff seems to be empty.
Additionally, I don't think the programs get executed at all, because
make runs too fast.
For gap/gcc, only the cbe test fails, the other (including JIT) are ok.
Affected benchmarks: galgel, equake, lucas, gcc, gap, facerec,
sixtrack, wupwise, mgrid, applu, apsi
Since these include both SPECfp and SPECint benchmarks, this has
nothing todo with f95.
*** 2) *** Undefined references
With 3 benchmarks (vpr, crafty and eon), I'm getting similar
undefined references:
/tmp/ccGCQxYs.o(.text+0x76b2): In function `init_chan':
17...
2012 Jun 07
0
[LLVMdev] [PATCH] add x32 psABI support
...Perf Size
CFP2000 x32 32 64 x32/32 x32/64 x32 32 64 x32/32 x32/64
===============================================================================================
168.wupwise 3417 2873 3428 18.93% -0.32% 41970 43851 49154 -4.29% -14.62%
171.swim 7086 7126 7105 -0.56% -0.27% 16906 16857 18641 0.29% -9.31%
172.mgrid 2007 1917 1982 4.69% 1.26% 21272 21224 23086 0.23% -7.86%
173.applu 3445 3...
2006 Sep 01
0
[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode
...n diff seems to be empty.
> Additionally, I don't think the programs get executed at all, because
> make runs too fast.
>
> For gap/gcc, only the cbe test fails, the other (including JIT) are ok.
>
> Affected benchmarks: galgel, equake, lucas, gcc, gap, facerec,
> sixtrack, wupwise, mgrid, applu, apsi
>
> Since these include both SPECfp and SPECint benchmarks, this has
> nothing todo with f95.
>
> *** 2) *** Undefined references
>
> With 3 benchmarks (vpr, crafty and eon), I'm getting similar
> undefined references:
>
> /tmp/ccGCQxYs.o(.text+...