[llvm-commits] [test-suite] r168572 - in /test-suite/trunk/SingleSource/Benchmarks/Linpack: linpack-pc.c linpack-pc.reference_output
Nadav Rotem
nrotem at apple.com
Sun Nov 25 13:29:28 PST 2012
Author: nadav
Date: Sun Nov 25 15:29:28 2012
New Revision: 168572
URL: http://llvm.org/viewvc/llvm-project?rev=168572&view=rev
Log:
Shorten the Linpack-PC runtime.
Modified:
test-suite/trunk/SingleSource/Benchmarks/Linpack/linpack-pc.c
test-suite/trunk/SingleSource/Benchmarks/Linpack/linpack-pc.reference_output
Modified: test-suite/trunk/SingleSource/Benchmarks/Linpack/linpack-pc.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/Linpack/linpack-pc.c?rev=168572&r1=168571&r2=168572&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Linpack/linpack-pc.c (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Linpack/linpack-pc.c Sun Nov 25 15:29:28 2012
@@ -198,7 +198,7 @@
#define SP
#define ROLL
#define UNIX
-#define PASSES -5
+#define PASSES -3
/**********************/
#ifdef SP
Modified: test-suite/trunk/SingleSource/Benchmarks/Linpack/linpack-pc.reference_output
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/Linpack/linpack-pc.reference_output?rev=168572&r1=168571&r2=168572&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Linpack/linpack-pc.reference_output (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Linpack/linpack-pc.reference_output Sun Nov 25 15:29:28 2012
@@ -7,16 +7,12 @@
100 times 0.00 seconds
200 times 0.00 seconds
400 times 0.00 seconds
- 800 times 0.00 seconds
- 1600 times 0.00 seconds
Overhead for 1 matgen 0.00000 seconds
Calculating matgen/dgefa passes for 5 seconds
100 times 0.00 seconds
200 times 0.00 seconds
400 times 0.00 seconds
- 800 times 0.00 seconds
- 1600 times 0.00 seconds
Passes used 0
Times for array with leading dimension of 201
More information about the llvm-commits
mailing list