search for: isamax

Displaying 20 results from an estimated 28 matches for "isamax".

2004 May 31
1
Question about building library and BLAS
Dear helpers, I am trying to create a library which uses some Fortran source files and Lapack and Blas subroutines. The Fortran source files from the original author contain subroutines isamax.f, sgefa.f and sgesl.f, which are part of BLAS subroutines on my Linux computer, but maybe different (old) versions. So in addition to these subroutines, there are other Lapack and Blas subroutines involved. There is no problem to compile and run these files using g77, such as the following to crea...
2007 Jun 07
0
[LLVMdev] Lots of tests failing
...c yesterday and got a ton of test failures that look like the following ([i686-off-opt] means an i686 Release build of official -- unmodified -- sources): [i686-off-opt]: ./llvm.official/projects/llvm-test/DiffOutput.sh "/ptmp/dag/build.llvm.official/Release/bin/fpcmp -r 0.016" llc sse.isamax [i686-off-opt]: ******************** TEST (llc) 'sse.isamax' FAILED! ******************** [i686-off-opt]: Execution Context Diff: [i686-off-opt]: /ptmp/dag/build.llvm.official/Release/bin/fpcmp: FP Comparison failed, not a numeric difference between 'e' and 'm' [i686-off-...
2002 Dec 26
3
R-1.6.2beta_2002-12-20: build problems (PR#2395)
...12-20 were successful on several systems, there were a few failures: ------------------------------------------------------------------------ Apple Darwin 6.2 (MacOS 10.2.2) with gcc-3.2.1: gcc -dynamiclib -flat_namespace -undefined suppress -o .libs/libgslcblas.0.0.0.dylib sasum.lo saxpy.lo ... isamax.lo izamax.lo xerbla.lo -lc -install_name /usr/local/lib/libgslcblas.0.dylib -compatibility_version 1 -current_version 1.0 gcc: suppress: No such file or directory gcc: /usr/local/lib/libgslcblas.0.dylib: No such file or directory gcc: 1: No such file or directory gcc: 1.0: No such file or directo...
2014 Sep 05
2
[LLVMdev] Please benchmark new x86 vector shuffle lowering, planning to make it the default very soon!
Hi Chandler, While doing the performance measurement on a Ivy Bridge, I ran into compile time errors. I saw a bunch of “cannot select" in the LLVM test suite with -march=core-avx-i. E.g., SingleSource/UnitTests/Vector/SSE/sse.isamax.c is failing at O3 -march=core-avx-i with: fatal error: error in backend: Cannot select: 0x7f91b99a6420: v4i32 = bitcast 0x7f91b99b0e10 [ORD=3] [ID=27] 0x7f91b99b0e10: v4i64 = insert_subvector 0x7f91b99a7210, 0x7f91b99a6d68, 0x7f91b99ace70 [ORD=2] [ID=25] 0x7f91b99a7210: v4i64 = undef [ID=15]...
2014 Sep 06
2
[LLVMdev] Please benchmark new x86 vector shuffle lowering, planning to make it the default very soon!
...;> Hi Chandler, >> >> While doing the performance measurement on a Ivy Bridge, I ran into >> compile time errors. >> >> I saw a bunch of “cannot select" in the LLVM test suite with >> -march=core-avx-i. >> E.g., SingleSource/UnitTests/Vector/SSE/sse.isamax.c is failing at O3 >> -march=core-avx-i with: >> fatal error: error in backend: Cannot select: 0x7f91b99a6420: v4i32 = >> bitcast 0x7f91b99b0e10 [ORD=3] [ID=27] >> 0x7f91b99b0e10: v4i64 = insert_subvector 0x7f91b99a7210, >> 0x7f91b99a6d68, 0x7f91b99ace70 [ORD=2] [ID=...
2006 Nov 17
2
[LLVMdev] 1.9 Prerelease Available for Testing (TAKE TWO)
...* No issues RUN LLVM-TEST WITH GCC 4.0.3 * The following failures were encountered. Some of them are explainable: TEST-FAIL: llc /SingleSource/UnitTests/Vector/SSE/sse.expandfft TEST-FAIL: jit /SingleSource/UnitTests/Vector/SSE/sse.expandfft TEST-FAIL: llc /SingleSource/UnitTests/Vector/SSE/sse.isamax TEST-FAIL: jit /SingleSource/UnitTests/Vector/SSE/sse.isamax TEST-FAIL: jit /SingleSource/UnitTests/Vector/SSE/sse.stepfft TEST-FAIL: cbe /SingleSource/UnitTests/Vector/build2 TEST-FAIL: cbe /SingleSource/UnitTests/Vector/build TEST-FAIL: cbe /SingleSource/UnitTests/Vector/divides TEST-FAIL: jit /S...
2014 Sep 08
2
[LLVMdev] Please benchmark new x86 vector shuffle lowering, planning to make it the default very soon!
...;> wrote: >> Hi Chandler, >> >> While doing the performance measurement on a Ivy Bridge, I ran into compile time errors. >> >> I saw a bunch of “cannot select" in the LLVM test suite with -march=core-avx-i. >> E.g., SingleSource/UnitTests/Vector/SSE/sse.isamax.c is failing at O3 -march=core-avx-i with: >> fatal error: error in backend: Cannot select: 0x7f91b99a6420: v4i32 = bitcast 0x7f91b99b0e10 [ORD=3] [ID=27] >> 0x7f91b99b0e10: v4i64 = insert_subvector 0x7f91b99a7210, 0x7f91b99a6d68, 0x7f91b99ace70 [ORD=2] [ID=25] >> 0x7f91b99a...
2009 Mar 23
2
[LLVMdev] Problem Compiling Test-suite
...ument '-m32'. Try: 'cc1 --help' make: [Output/sse.expandfft.bc] Error 1 (ignored) cp -f Output/sse.expandfft.bc Output/sse.expandfft.linked.rbc cp: cannot stat 'Output/sse.expandfft.bc' No such file or directory and then it tries to compile the following files like sse.isamax.c but I get the same warnings and errors.. Any idea on what might be wrong here? I have tried rerunning the configure options at the test-suite level with but the error still exists. Also in the test-suite when I try to make a SPEC2006 benchmark where can I specify what passes to be run...
2008 Apr 04
0
[LLVMdev] PATCH: Use size reduction -- wave1
On Fri, 4 Apr 2008, heisenbug wrote: >> point taken. thanks! > > > Whatever I try I get something like this: > > ggreif$ cd MultiSource/ > ggreif$ make > make[2]: *** No rule to make target `Output/be.bc', needed by `Output/ > burg.linked.rbc'. Stop. > make[1]: *** [Burg/.makeall] Error 2 > make: *** [Applications/.makeall] Error 2 This is the
2014 Sep 09
5
[LLVMdev] Please benchmark new x86 vector shuffle lowering, planning to make it the default very soon!
...gt; >>> While doing the performance measurement on a Ivy Bridge, I ran into >>> compile time errors. >>> >>> I saw a bunch of “cannot select" in the LLVM test suite with >>> -march=core-avx-i. >>> E.g., SingleSource/UnitTests/Vector/SSE/sse.isamax.c is failing at O3 >>> -march=core-avx-i with: >>> fatal error: error in backend: Cannot select: 0x7f91b99a6420: v4i32 = >>> bitcast 0x7f91b99b0e10 [ORD=3] [ID=27] >>> 0x7f91b99b0e10: v4i64 = insert_subvector 0x7f91b99a7210, >>> 0x7f91b99a6d68, 0x7f91b...
2008 Apr 04
3
[LLVMdev] PATCH: Use size reduction -- wave1
On Apr 4, 8:06 pm, heisenbug <ggr... at gmail.com> wrote: > On Apr 4, 7:51 pm, Török Edwin <edwinto... at gmail.com> wrote: > > > > > heisenbug wrote: > > > On Apr 3, 10:53 pm, Gabor Greif <ga... at mac.com> wrote: > > > ... > > > >>> 3) Make sure that make check and some reasonable subset of llvm-test > > >>>
2014 Sep 05
3
[LLVMdev] Please benchmark new x86 vector shuffle lowering, planning to make it the default very soon!
On Fri, Sep 5, 2014 at 9:32 AM, Robert Lougher <rob.lougher at gmail.com> wrote: > Unfortunately, another team, while doing internal testing has seen the > new path generating illegal insertps masks. A sample here: > > vinsertps $256, %xmm0, %xmm13, %xmm4 # xmm4 = xmm0[0],xmm13[1,2,3] > vinsertps $256, %xmm1, %xmm0, %xmm6 # xmm6 = xmm1[0],xmm0[1,2,3] >
2006 Nov 16
0
[LLVMdev] 1.9 Prerelease Available for Testing
Tanya, Here's the results for GNU/Linux, 2.6.18-1.2200.fc5smp (Fedora Core 5) HIGH LEVEL COMMENTS * The llvm-1.9.tar.gz file unpacks to a dir named "llvm". Shouldn't that be llvm-1.9? * LLVM was built in Release mode in all cases * I don't think this is ready for release. In particular the llvm-gcc4 binary seg faults on FC 5 for most of llvm-test programs. *
2006 Nov 14
5
[LLVMdev] 1.9 Prerelease Available for Testing
LLVMers, The LLVM 1.9 Prerelease is available for testing: http://llvm.org/prereleases/1.9/ If anyone can spare some time, please download the appropriate tarballs for your platform and test the release (at least with make check). I'd also appreciate any documentation reviews. Please note that llvm-gcc3 on x86 may not have a clean dejagnu run. You should see one XPASS for
2014 Sep 09
1
[LLVMdev] Please benchmark new x86 vector shuffle lowering, planning to make it the default very soon!
...nce measurement on a Ivy Bridge, I ran into >>>>> compile time errors. >>>>> >>>>> I saw a bunch of “cannot select" in the LLVM test suite with >>>>> -march=core-avx-i. >>>>> E.g., SingleSource/UnitTests/Vector/SSE/sse.isamax.c is failing at O3 >>>>> -march=core-avx-i with: >>>>> fatal error: error in backend: Cannot select: 0x7f91b99a6420: v4i32 = >>>>> bitcast 0x7f91b99b0e10 [ORD=3] [ID=27] >>>>> 0x7f91b99b0e10: v4i64 = insert_subvector 0x7f91b99a7210, >&...
2012 Feb 19
2
[LLVMdev] Problem While Running Test Suite
...nitTests/Vector/SSE/sse.expandfft | * | * | SingleSource/UnitTests/Vector/SSE/sse.stepfft | * | * | SingleSource/UnitTests/Vector/SSE/sse.shift | * | * | SingleSource/UnitTests/Vector/SSE/sse.isamax | * | * | SingleSource/UnitTests/SignlessTypes/Large/cast | * | * | SingleSource/UnitTests/SignlessTypes/div | * | * | SingleSource/UnitTests/SignlessTypes/shr...
2020 Feb 13
14
[10.0.0 Release] Release Candidate 2 is here
Hello everyone, Release Candidate 2 was tagged earlier today as llvmorg-10.0.0-rc2. It includes 98 commits since the previous release candidate. Source code and docs are available at https://prereleases.llvm.org/10.0.0/#rc2 and https://github.com/llvm/llvm-project/releases/tag/llvmorg-10.0.0-rc2 Pre-built binaries will be added as they become available. Please file bug reports for any issues
2008 Feb 03
0
[LLVMdev] 2.2 Prerelease available for testing
...* | - - n/a n/a SingleSource/UnitTests/Vector/SSE/sse.expandfft | 0.0402 8592 * * * | 1.50 * * * * | n/a n/a n/a n/a SingleSource/UnitTests/Vector/SSE/sse.isamax | 0.0172 3560 0.0148 * 0.0141 | 0.00 * 0.00 * 0.02 | n/a - n/a n/a SingleSource/UnitTests/Vector/SSE/sse.stepfft | 0.0449 8264 * * *...
2007 Sep 18
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
...* | - - n/a n/a SingleSource/UnitTests/Vector/SSE/sse.expandfft | 0.0440 8180 * * * | 1.37 * * * * | n/a n/a n/a n/a SingleSource/UnitTests/Vector/SSE/sse.isamax | 0.0200 3416 0.0160 * 0.0160 | 0.00 * 0.00 * 0.03 | n/a - n/a n/a SingleSource/UnitTests/Vector/SSE/sse.stepfft | 0.0280 8020 0.0560 * 0.0480...
2007 Sep 18
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
...* | - - n/a n/a SingleSource/UnitTests/Vector/SSE/sse.expandfft | 0.0338 8168 * * * | 1.32 * * * * | n/a n/a n/a n/a SingleSource/UnitTests/Vector/SSE/sse.isamax | 0.0212 3412 0.0138 * 0.0172 | 0.00 * 0.00 * 0.02 | n/a - n/a n/a SingleSource/UnitTests/Vector/SSE/sse.stepfft | 0.0390 8008 * * *...