Displaying 20 results from an estimated 33 matches for "spec95".
2004 Apr 01
3
[LLVMdev] 134.perl
...61)[0x40129cb5]
[0x403da922]
../../../i386: line 4: 27606 Aborted lli
-load=/usr/lib/libm.so $0.bc $*
---------------------------------------
I am suspecting that the Makefile is missing quite a few options that
should be included. Do you have a list of Makefiles used to compile
spec95/spec2000 benchmarks ? That would be of great help.
Thanx,
--
Vinay S. Belgaumkar
2004 Apr 01
1
[LLVMdev] Makefile.config
...cshrc, but I
still get the same error.
The main directory for me is /home/llvm, and I have llvm/ ,
cfrontend/ as the sub-directories of /home/llvm. So the configure,
Makefile.config etc files are in /home/llvm/llvm.
So, I run the following command from /home/llvm/llvm
./configure --enable-spec95=/Fast-System/spec95/INTEGER/
The INTEGER directory contains subdirectories of the INT benchmarks -
like 099.go/ and 126.gcc/
Thanx,
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Makefile.config
URL: <http://lists.llvm.org/pipermail...
2004 Apr 01
0
[LLVMdev] spec95
Vinay S. Belgaumkar wrote:
> Ok, I am trying to configure llvm to compile benchmarks as suggested by
> John, and after running configure, I get the following error while
> running make in the /test/Programs/External/SPEC
Hmmm. It sounds like the Makefiles are not creating the gccld command
line correctly.
Some questions:
1) Can you send us your Makefile.config?
2) Can you tell us
2004 Apr 01
2
[LLVMdev] spec95
Ok, I am trying to configure llvm to compile benchmarks as suggested by
John, and after running configure, I get the following error while
running make in the /test/Programs/External/SPEC
----
make[1]: Entering directory
`/home/llvm/llvm/test/Programs/External/SPEC/CINT95'
make[2]: Entering directory
`/home/llvm/llvm/test/Programs/External/SPEC/CINT95/099.go'
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/speccpu20...
2005 Jul 22
2
[LLVMdev] Need help on SPEC 95 "standard" commandlines
Does anyone know the "standard" commandline to compile and run spec95
benchmarks ?
I found some scripts in llvm test suite (External/SPEC/CINT95), but I am
not sure if they are the *default ref* configurations. <Some of them
seem to use smaller problem sizes.> SPEC95 was retired many years ago,
so few people around me know how to compile and run them.
I a...
2005 Jul 22
2
[LLVMdev] Need help on SPEC 95 "standard" commandlines
...nstance, in 099.go, what's in the script is:
LEVEL = ../../../..
BM=099.go
ifeq ($(RUN_TYPE),test)
STDIN_FILENAME = /dev/null
STDOUT_FILENAME = null.out
RUN_OPTIONS = 40 19
else
STDIN_FILENAME = 2stone9.in
STDOUT_FILENAME = 2stone9.out
RUN_OPTIONS = 50 9
endif
include ../../Makefile.spec95
Makefile (END)
which suggests the compiling command:
gcc -DSPEC_CPU95 -O2 -o spec_go g2.c g22.c g23.c g25.c g26.c g27a.c
g27b.c g28.c g29.c g2eye.c g2jlib2.c g2jos.c g2list.c g2reas.c g2s2.c
g2s3.c g2shp.c
and the running commandline:
./spec_go 50 9 2stone9.in
< are these correct ? >
This...
2009 Feb 23
2
[LLVMdev] make-test dependencies on local directory
...Okay, thanks. Thre should be better warning/error reporting though.
Aaron
>
> 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 source...
2005 Jul 22
0
[LLVMdev] Need help on SPEC 95 "standard" commandlines
...line, but the running
> commandline is still a remaining problem.
You'd have to look at your SPEC CD, sorry.
-Chris
> Chris Lattner wrote:
>
>> On Thu, 21 Jul 2005, Long Fei wrote:
>>
>>> Does anyone know the "standard" commandline to compile and run spec95
>>> benchmarks ?
>>>
>>> I found some scripts in llvm test suite (External/SPEC/CINT95), but I am
>>> not sure if they are the *default ref* configurations. <Some of them seem
>>> to use smaller problem sizes.> SPEC95 was retired many years ago...
2005 Jul 22
0
[LLVMdev] Need help on SPEC 95 "standard" commandlines
On Thu, 21 Jul 2005, Long Fei wrote:
> Does anyone know the "standard" commandline to compile and run spec95
> benchmarks ?
>
> I found some scripts in llvm test suite (External/SPEC/CINT95), but I am not
> sure if they are the *default ref* configurations. <Some of them seem to use
> smaller problem sizes.> SPEC95 was retired many years ago, so few people
> around me know how...
2009 Feb 23
0
[LLVMdev] make-test dependencies on local directory
...tribute Spec, for example). If you have them from
another source, you need to configure --with-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/...
2009 Feb 23
0
[LLVMdev] make-test dependencies on local directory
...a
release.
Aaron
> Aaron
>
>
>>
>> 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 s...
2009 Feb 23
2
[LLVMdev] make-test dependencies on local directory
...here:
http://llvm.org/docs/TestingGuide.html
> Aaron
>
> Aaron
>
>
> 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 source...
2013 May 24
2
[LLVMdev] Avoiding MCRegAliasIterator with register units
...t requires these attributes (i.e., strict ordering and
> uniqueness).
>
I don't think it should matter for the purposes of aliasing.
I also setup a LNT tester and found no execution-time failures on x86 for
> -O0 and -O2 using the llvm test-suite and externals test-suite (i.e.,
> SPEC95/2K/2K6, etc.).
>
I'm wondering why not O3, too? That'll expose vector selection as well, not
just VFP, which is a big source of super-registers, at least on ARM.
Somehow it sounds as though you'll find more performance regressions than
improvements, but that's my poor assumptio...
2004 Jun 24
2
[LLVMdev] Using -noexternals option of NightlyTest.pl
>
> Hrm, you probably have to tell it how to check out the LLVM tree. The
> /home/vadve/shared/PublicCVS path is the internal path to the root of the
> CVS repository. I'm not sure if the tester script has the ability to
> check out the tree over anon cvs yet. Reid do you know?
:pserver:anon at llvm-cvs.cs.uiuc.edu:2401/var/cvs/llvm work for me
Waiting test results...
2004 Jun 24
0
[LLVMdev] Using -noexternals option of NightlyTest.pl
...te:
> > check out the tree over anon cvs yet. Reid do you know?
> :pserver:anon at llvm-cvs.cs.uiuc.edu:2401/var/cvs/llvm work for me
>
> Waiting test results...
Great! It might take a while. The tester takes about 6 hours to run on a
2proc 3.0ghz Xeon box :) But that's with spec95/2k and povray included.
-Chris
--
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/
2004 Mar 31
1
[LLVMdev] 134.perl
Hello,
I am trying to compile 134.perl - the spec95 benchmark using LLVM and I
am getting the following error message -
--------------------------------------------
34.perl/symbol/dolist.c:1786: warning: "struct tm" declared inside parameter
list
134.perl/symbol/dolist.c:1786: warning: its scope is only this definition or
declaration,...
2004 Apr 05
2
[LLVMdev] Jello
Ok, my spec95 installation is completely different, so I'll try and
figure out what options are needed for each benchmark separately by
looking at the code that creates the makefiles.
Meanwhile, I had another question - is there a way in llvm to look at
the SSA form of a program and then modify the SSA,...
2004 Sep 05
0
[LLVMdev] POST MORTEM: llvm-test changes
...ograms/External/SPEC
config.status: executing test/Programs/External/SPEC/Makefile.spec2000 commands
install: ../test/Programs/External/SPEC/Makefile.spec2000 does not exist
cd: can't cd to ../../../../../test/Programs/External/SPEC
config.status: executing test/Programs/External/SPEC/Makefile.spec95 commands
install: ../test/Programs/External/SPEC/Makefile.spec95 does not exist
config.status: executing test/Programs/MultiSource/Makefile commands
install: ../test/Programs/MultiSource/Makefile does not exist
config.status: executing test/Programs/MultiSource/Makefile.multisrc commands
install:...
2011 Nov 23
1
[LLVMdev] Follow-up questions after successful upgrade to LLVM 3.0rc4
...king for unistd.h... yes
checking whether byte ordering is bigendian... no
checking clang compiler... none
checking LLVM capable compiler... none
checking for llvm-gcc... no
checking for llvm-g++... no
checking whether llvm-gcc is dragonegg... no
checking whether llvm-gcc is sane... no
checking for spec95 benchmark sources... no, not found in /home/kharris/projects/test-suite-externals/spec95/benchspec
checking for spec2000 benchmark sources... no, not found in /home/kharris/projects/test-suite-externals/speccpu2000/benchspec
checking for spec2006 benchmark sources... no, not found in /home/kharris/...