Displaying 20 results from an estimated 81 matches for "expandfft".
2014 Jun 24
2
[LLVMdev] Getting LNT to work with non-bash shell
...g/docs/lnt/quickstart.html) on my debian machine, and it
seems to have a problem running. When I consult test.log, every single
test has a section like this
# Pretend that the reference output was produced instantaneously.
> cp /home/jeremy/hardware/llvm/test-suite/instant.txt
> Output/sse.expandfft.out-nat.time
> /home/jeremy/hardware/llvm/test-suite/DiffOutput.sh
> "/home/jeremy/hardware/llvm/mysandbox/test-2014-06-24_20-20-59/tools/fpcmp
> -r 0.016" simple sse.expandfft
> rm -f Output/sse.expandfft.exe-simple
> cp Output/sse.expandfft.diff-simple Output/sse.expandff...
2014 Jun 25
2
[LLVMdev] Getting LNT to work with non-bash shell
...t; it seems to have a problem running. When I consult test.log, every
> > single test has a section like this
> >
> > # Pretend that the reference output was produced instantaneously.
> > cp /home/jeremy/hardware/llvm/test-suite/instant.txt Output/
> > sse.expandfft.out-nat.time
> > /home/jeremy/hardware/llvm/test-suite/DiffOutput.sh
> "/home/jeremy/hardware
> > /llvm/mysandbox/test-2014-06-24_20-20-59/tools/fpcmp -r 0.016"
> simple
> > sse.expandfft
> > rm -f Output/sse.expandfft.exe-simple
> >...
2009 Feb 04
2
[LLVMdev] make TEST=dbgopt donesn't work?
Hi,
I'm following http://llvm.org/docs/SourceLevelDebugging.html#debugopt
to do the dbgopt testing. But seems, there is something wrong with the
Makefile, it told me :
llvm-gcc sse.expandfft.c -g --emit-llvm -c -o Output/sse.expandfft.bc
llvm-gcc: sse.expandfft.c: No such file or directory
llvm-gcc: no input files
Am I missing something, like the configure option?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-...
2011 Nov 09
3
[LLVMdev] [cfe-dev] LLVM 3.0rc3 Testing Beginning
...cts/llvm-test/SingleSource/UnitTests/Vector'
make[5]: Entering directory `/home/greened/src/llvm-30-rc3/build/projects/llvm-test/SingleSource/UnitTests/Vector/SSE'
/home/greened/src/llvm-30-rc3/build/projects/llvm-test/../../../llvm/projects/llvm-test/RunSafely.sh 500 0 /dev/null Output/sse.expandfft.llvm.o.compil
e \
-I/home/greened/src/llvm-30-rc3/build/projects/llvm-test/SingleSource/UnitTests/Vector/SSE -I/home/greened/src/llvm-30-rc3/...
2009 Feb 05
0
[LLVMdev] make TEST=dbgopt donesn't work?
>
> Are you able to run nightly test ?
>
Yes, I can run nightly test.
> Here is what I see...
>
> $ make TEST=dbgopt
> /Developer/usr/bin//llvm-gcc sse.expandfft.c -g --emit-llvm -c -o
> Output/sse.expandfft.bc
> /Volumes/Nanpura/mainline/llvm/Debug/bin/opt Output/sse.expandfft.bc -
> strip-nondebug -strip-debug -std-compile-opts -strip -f -o Output/
> sse.expandfft.t.bc
> /Volumes/Nanpura/mainline/llvm/Debug/bin/llvm-dis Output/
> ss...
2011 Nov 15
0
[LLVMdev] [cfe-dev] LLVM 3.0rc3 Testing Beginning
Bill Wendling <wendling at apple.com> writes:
> Hi Dave,
>
> Thanks for the results. What platform is this on? And do these failures occur with 2.9?
Platform is Debian Linux testing, x86_64.
clang is a disaster with 2.9 unfortunately, so I can't test it:
/bin/cp Output/sse.expandfft.llvm.o.compile.time Output/sse.expandfft.simple.compile.time
/home/greened/src/llvm-2.9/build/Release/bin/clang++ -o Output/sse.expandfft.simple Output/sse.expandfft.llvm.o -lm -msse2
/usr/bin/ld: cannot find crt1.o: No such file or directory
/usr/bin/ld: cannot find crti.o: No such file or direc...
2011 Nov 12
3
[LLVMdev] [cfe-dev] LLVM 3.0rc3 Testing Beginning
...ENABLE_BUILT_CLANG=1 ENABLE_PARALLEL_REPORT=1 TEST=simple report > ../../report.txt 2>&1
>>
>> That does indeed seem to get me further. Thanks!
>
> Failures below.
>
> -Dave
>
> ******************** TEST (simple) 'sse.expandfft' FAILED! ********************
> Execution Context Diff:
> /home/greened/src/llvm-30-rc3/build/Release/bin/fpcmp: Compared: 1.139094e-07 and 1.159249e-07
> abs. diff = 2.015500e-09 rel.diff = 1.738626e-02
> Out of tolerance: rel/abs: 1.600000e-02/0.000000e+00
>
> TEST-FAIL:...
2011 Jan 14
2
[LLVMdev] About test suits Cont
...llvm-2.8-rev/include
-I/home/qali/Src/llvm-2.8/projects/test-suite/include -I../../../../include
-I/home/qali/Src/llvm-2.8/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS
-DNDEBUG -O3 -msse2 -m64 -fomit-frame-pointer -S
/home/qali/Src/llvm-2.8/projects/test-suite/SingleSource/UnitTests/Vector/SSE/sse.expandfft.c
-o Output/sse.expandfft.ll
/home/qali/build/llvm-2.8-rev/Debug+Asserts/bin/llvm-as
Output/sse.expandfft.ll -o Output/sse.expandfft.bc
/home/qali/build/llvm-2.8-rev/Debug+Asserts/bin/llvm-as:
Output/sse.expandfft.ll:1:2: error: expected top-level entity
.file
"/home/qali/Src/llvm-2.8/projects...
2011 Nov 15
2
[LLVMdev] [cfe-dev] LLVM 3.0rc3 Testing Beginning
...rites:
>
>> Hi Dave,
>>
>> Thanks for the results. What platform is this on? And do these failures occur with 2.9?
>
> Platform is Debian Linux testing, x86_64.
>
> clang is a disaster with 2.9 unfortunately, so I can't test it:
>
> /bin/cp Output/sse.expandfft.llvm.o.compile.time Output/sse.expandfft.simple.compile.time
> /home/greened/src/llvm-2.9/build/Release/bin/clang++ -o Output/sse.expandfft.simple Output/sse.expandfft.llvm.o -lm -msse2
> /usr/bin/ld: cannot find crt1.o: No such file or directory
> /usr/bin/ld: cannot find crti.o: No suc...
2011 Jan 13
2
[LLVMdev] About test suits
...make[3]: Entering directory
`/home/qali/build/llvm-2.8-rev/projects/test-suite/SingleSource/UnitTests/Vector'
make[4]: Entering directory
`/home/qali/build/llvm-2.8-rev/projects/test-suite/SingleSource/UnitTests/Vector/SSE'
/home/qali/build/llvm-2.8-rev/Debug+Asserts/bin/llvm-as
Output/sse.expandfft.ll -o Output/sse.expandfft.bc
/home/qali/build/llvm-2.8-rev/Debug+Asserts/bin/llvm-as:
Output/sse.expandfft.ll:1:2: error: expected top-level entity
.file
"/home/qali/Src/llvm-2.8/projects/test-suite/SingleSource/UnitTests/Vector/SSE/sse.expandfft.c"
^
make[4]: *** [Output/sse.expandfft.b...
2011 Nov 09
0
[LLVMdev] [cfe-dev] LLVM 3.0rc3 Testing Beginning
On Nov 8, 2011, at 7:20 PM, David A. Greene wrote:
> I couldn't figure out how to run the test-suite. Are there up-to-date
> instructions somewhere? llvm-gcc doesn't exist anymore...
Easiest is to check out the test-suite branch into projects and then after you configure and build from the top level, go into build/projects/test-suite and do a 'make TEST=simple report'.
2011 Nov 09
0
[LLVMdev] [cfe-dev] LLVM 3.0rc3 Testing Beginning
...Source/UnitTests/Vector'
> make[5]: Entering directory
> `/home/greened/src/llvm-30-rc3/build/projects/llvm-test/SingleSource/UnitTests/Vector/SSE'
> /home/greened/src/llvm-30-rc3/build/projects/llvm-test/../../../llvm/projects/llvm-test/RunSafely.sh
> 500 0 /dev/null Output/sse.expandfft.llvm.o.compil
> e \
>
> -I/home/greened/src/llvm-30-rc3/build/projects/llvm-test/SingleSource/UnitTests/Vector/SSE
> -I/home/greened/src/llvm-30-rc3/test-suite-3.0rc3
> .src/SingleSource/UnitTests/Vector/SSE
> -I/home/greened/src/llvm-30-rc3/build/projects/llvm-test/../../../llvm/...
2011 Jan 14
0
[LLVMdev] About test suits Cont
...llvm-2.8-rev/include -I/home/qali/Src/llvm-2.8/projects/test-suite/include -I../../../../include -I/home/qali/Src/llvm-2.8/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -DNDEBUG -O3 -msse2 -m64 -fomit-frame-pointer -S /home/qali/Src/llvm-2.8/projects/test-suite/SingleSource/UnitTests/Vector/SSE/sse.expandfft.c -o Output/sse.expandfft.ll
> /home/qali/build/llvm-2.8-rev/Debug+Asserts/bin/llvm-as Output/sse.expandfft.ll -o Output/sse.expandfft.bc
> /home/qali/build/llvm-2.8-rev/Debug+Asserts/bin/llvm-as: Output/sse.expandfft.ll:1:2: error: expected top-level entity
> .file "/home/qali/Src/...
2011 Apr 12
1
[LLVMdev] Problems with test-suite
...t/llvm-2.8/projects/test-suite/SingleSource/UnitTests/Vector/SSE
-I/home/jamiemmt/llvm-2.8/projects/test-suite/include -I../../../../include
-I/home/jamiemmt/llvm-2.8/include -I/home/jamiemmt/llvm-2.8/include
-D_GNU_SOURCE -D__STDC_LIMIT_MACROS -DNDEBUG -O3 -msse2 -m64
-fomit-frame-pointer -S sse.expandfft.c -o Output/sse.expandfft.ll
/home/jamiemmt/llvm-2.8/Debug/bin/llvm-as Output/sse.expandfft.ll -o
Output/sse.expandfft.bc
/home/jamiemmt/llvm-2.8/Debug/bin/llvm-as: Output/sse.expandfft.ll:1:2:
error: expected top-level entity
.file "sse.expandfft.c"
^
make[4]: *** [Output/sse....
2007 May 04
2
[LLVMdev] llvm-test make problems
...nning the llvm-test suite using debian linux and make
3.81. it works fine on my laptop, running openSuse and make 3.81.
i already tried to install make 3.75 and 3.79, both did not work.
the error message is:
make[1]: *** No rule to make target `Output/sse.expantfft.bc', needed by
`Output/sse.expandfft.linked.rbc'. Stop.
using make -p, i see that Makefile.singlesrc has the following pattern
rule, but it does not match for some reason!
Output/%.linked.rbc: Output/%.bc
-cp -f $< $@
i played a little with the makefile and found that this rule matches,
when i add it to Makefile.s...
2011 Jan 14
0
[LLVMdev] About test suits
.../Vector/$dir/Makefile $dir/Makefile; \
> fi; \
> (make -C $dir all -w) || exit 1; \
> done
> make[3]: Entering directory `/home/qali/build/llvm-2.8-rev/projects/test-suite/SingleSource/UnitTests/Vector/SSE'
> /home/qali/build/llvm-2.8-rev/Debug+Asserts/bin/llvm-as Output/sse.expandfft.ll -o Output/sse.expandfft.bc
> /home/qali/build/llvm-2.8-rev/Debug+Asserts/bin/llvm-as: Output/sse.expandfft.ll:1:2: error: expected top-level entity
> .file "/home/qali/Src/llvm-2.8/projects/test-suite/SingleSource/UnitTests/Vector/SSE/sse.expandfft.c"
> ^
> make[3]: *** [...
2007 May 04
0
[LLVMdev] llvm-test make problems
...debian linux and make
>3.81. it works fine on my laptop, running openSuse and make 3.81.
>
>i already tried to install make 3.75 and 3.79, both did not work.
>
>the error message is:
>
>make[1]: *** No rule to make target `Output/sse.expantfft.bc', needed by
>`Output/sse.expandfft.linked.rbc'. Stop.
Have you modified the makefile in any way? Note that sse.expantfft.bc should be sse.expandfft.bc
>
>
>using make -p, i see that Makefile.singlesrc has the following pattern
>rule, but it does not match for some reason!
>
>Output/%.linked.rbc: Output/%.bc...
2009 Mar 23
2
[LLVMdev] Problem Compiling Test-suite
...llvm/projects/test-suite/SingleSource/UnitTests'
make[3]: Entering directory '/llvm/projects/test-suite/SingleSource/UnitTests/Vector'
make[4]: Entering directory '/llvm/projects/test-suite/SingleSource/UnitTests/Vector/SSE'
make[4]: *** No rule to make target 'Output/sse.expandfft.linked.rbc', needed by 'Output/sse.expandfft.linked.bc'. Stop.
This means that the make call cannot find the llvm-gcc file. If I type llvm-gcc in the terminal I get:
llvm-gcc: no input name
Now I have tried running make after running the following configurations.
in the tes...
2011 Nov 09
2
[LLVMdev] [cfe-dev] LLVM 3.0rc3 Testing Beginning
On 7 November 2011 22:00, Bill Wendling <wendling at apple.com> wrote:
> We are starting on our third (and hopefully last) round of testing for LLVM 3.0. Please visit:
>
> http://llvm.org/pre-releases/3.0/rc3/
>
> for the sources. There are also binaries for Darwin up there, with
> more to come during the week. Please build this release candidate,
> test it out
2006 Nov 16
5
[LLVMdev] 1.9 Prerelease Available for Testing
...rce/UnitTests/Vector/SSE -I/proj/llvm/rel1.9/llvm-test/SingleSource/UnitTests/Vector/SSE -I/proj/llvm/rel1.9/llvm/include -I/proj/llvm/rel1.9/llvm-test/include -I../../../../include -I/proj/llvm/rel1.9/llvm/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__NO_MATH_INLINES -O2 -msse2 -msse2 -O0 -S sse.expandfft.c -o Output/sse.expandfft.ll -emit-llvm
> sse.expandfft.c:268: internal compiler error: Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://llvm.org/bugs> for instructions.
> make[5]: [Output/sse.expandfft.ll] Error...