search for: fannkuch

Displaying 14 results from an estimated 14 matches for "fannkuch".

2015 Feb 26
5
[LLVMdev] [RFC] AArch64: Should we disable GlobalMerge?
Hi all, I've started looking at the GlobalMerge pass, enabled by default on ARM and AArch64. I think we should reconsider that, at least for AArch64. As is, the pass just merges all globals together, in groups of 4KB (AArch64, 128B on ARM). At the time it was enabled, the general thinking was "it's almost free, it doesn't affect performance much, we might as well use it".
2011 Nov 08
3
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...compile-time speedups (I guess that this is because vectorization can reduce the number of instructions processed by later passes). Top compile-time speedups: SingleSource/Benchmarks/Stanford/Oscar - 46% speedup SingleSource/Regression/C/bigstack - 45% speedup SingleSource/Benchmarks/BenchmarkGame/fannkuch - 45% speedup > >> Interesting. Do you understand what causes these slowdowns? Can your > >> heuristic be improved? > > > > I've not specifically looked at these cases. > > > > Generally, I've observed slowdowns from the introduction of too many &g...
2012 Feb 19
2
[LLVMdev] Problem While Running Test Suite
...enchmarks/BenchmarkGame/spectral-norm | * | * | SingleSource/Benchmarks/BenchmarkGame/nsieve-bits | * | * | SingleSource/Benchmarks/BenchmarkGame/puzzle | * | * | SingleSource/Benchmarks/BenchmarkGame/fannkuch | * | * | SingleSource/Benchmarks/Adobe-C++/functionobjects | * | * | SingleSource/Benchmarks/Adobe-C++/loop_unroll | * | * | SingleSource/Benchmarks/Adobe-C++/stepanov_abstraction...
2011 Nov 08
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
On 11/08/2011 03:36 PM, Hal Finkel wrote: > On Tue, 2011-11-08 at 12:12 +0100, Tobias Grosser wrote: >> On 11/08/2011 11:45 AM, Hal Finkel wrote: >>> I've attached the latest version of my autovectorization patch. >>> >>> Working through the test suite has proved to be a productive >>> experience ;) -- And almost all of the bugs that it revealed
2011 Nov 08
3
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
On Tue, 2011-11-08 at 12:12 +0100, Tobias Grosser wrote: > On 11/08/2011 11:45 AM, Hal Finkel wrote: > > I've attached the latest version of my autovectorization patch. > > > > Working through the test suite has proved to be a productive > > experience ;) -- And almost all of the bugs that it revealed have now > > been fixed. There are still two programs that
2018 Apr 26
0
Compare test-suite benchmarks performance complied without TBAA, with default TBAA and with new TBAA struct path
...9771183| 0.52| 7512794288| 0.33|1.537713776| 0| 7513984379| 0.31| |SingleSource/Benchmarks/BenchmarkGame/Large/fasta.test | 67|0.506800383| 1260201726|0.507268641| -0.09| 1260201771| 0|0.507130533| -0.07| 1260201771| 0| |SingleSource/Benchmarks/BenchmarkGame/fannkuch.test | 40|1.641754504| 9957589773|1.641594175| 0.01| 9957589786| 0|1.641584928| 0.01| 9957589786| 0| |SingleSource/Benchmarks/BenchmarkGame/n-body.test | 74|0.460147754| 3530012913|0.460207529| -0.01| 3530012927| 0|0.46029717...
2009 Oct 20
1
[LLVMdev] 2.6 pre-release2 ready for testing
...0.92    0.95    n/a          n/a > SingleSource/Benchmarks/Adobe-C++/stepanov_vector                        | > 0.2800 41564    0.1999      *                0.2100      |    2.93    3.09 >  2.97 *           3.19 | 0.95    0.99    n/a          n/a > SingleSource/Benchmarks/BenchmarkGame/fannkuch                           | > 0.0199 2840     0.0199      *                0.0000      |    3.45    4.30 >  3.49 *           3.57 | 0.80    0.99    n/a          n/a > SingleSource/Benchmarks/BenchmarkGame/fasta                              | > 0.0000 3000     0.0200      *              ...
2009 Oct 20
0
[LLVMdev] 2.6 pre-release2 ready for testing
Hi Tanya, > 1) Compile llvm from source and untar the llvm-test in the projects > directory (name it llvm-test or test-suite). Choose to use a > pre-compiled llvm-gcc or re-compile it yourself. I compiled llvm and llvm-gcc with separate objects directories. Platform is x86_64-linux-gnu. > 2) Run make check, report any failures (FAIL or unexpected pass). Note > that you need to
2009 Oct 20
1
[LLVMdev] 2.6 pre-release2 ready for testing
...n/a > SingleSource/Benchmarks/Adobe-C++/ > stepanov_vector | 0.2800 41564 0.1999 > * 0.2100 | 2.93 3.09 2.97 * > 3.19 | 0.95 0.99 n/a n/a > SingleSource/Benchmarks/BenchmarkGame/ > fannkuch | 0.0199 2840 0.0199 > * 0.0000 | 3.45 4.30 3.49 * > 3.57 | 0.80 0.99 n/a n/a > SingleSource/Benchmarks/BenchmarkGame/ > fasta | 0.0000 3000 0.0200 >...
2011 Dec 01
1
[LLVMdev] [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results
...1.51% 0.6343 0.6439 0.0011 > SingleSource/Benchmarks/Stanford/FloatMM.compile > <http://llvm.org/perf/db_default/simple/nts/380/graph?pset.0=on&test.SingleSource%2FBenchmarks%2FStanford%2FFloatMM.compile=on> > 1.51% 0.0463 0.0470 0.0002 > SingleSource/Benchmarks/BenchmarkGame/fannkuch.compile > <http://llvm.org/perf/db_default/simple/nts/380/graph?pset.0=on&test.SingleSource%2FBenchmarks%2FBenchmarkGame%2Ffannkuch.compile=on> > 1.50% 0.0466 0.0473 0.0002 > External/SPEC/CFP2000/177_mesa/177_mesa.compile > <http://llvm.org/perf/db_default/simple/nts/380/g...
2009 Oct 17
12
[LLVMdev] 2.6 pre-release2 ready for testing
LLVMers, 2.6 pre-release2 is ready to be tested by the community. http://llvm.org/prereleases/2.6/ If you have time, I'd appreciate anyone who can help test the release. To test llvm-gcc: 1) Compile llvm from source and untar the llvm-test in the projects directory (name it llvm-test or test-suite). Choose to use a pre- compiled llvm-gcc or re-compile it yourself. 2) Run make check,
2009 Feb 07
11
[LLVMdev] 2.5 Pre-release1 available for testing
LLVMers, The 2.5 pre-release is available for testing: http://llvm.org/prereleases/2.5/ If you have time, I'd appreciate anyone who can help test the release. Please do the following: 1) Download/compile llvm source, and either compile llvm-gcc source or use llvm-gcc binary (please compile llvm-gcc with fortran if you can). 2) Run make check, send me the testrun.log 3) Run "make
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...xtractCallbackConsole.ll 23 69339 0 0.01 69303 0 0.01 69303 ExtractingFilePath.ll 10 43215 0 0.01 43180 0 0.01 43180 Extract.ll 16 222180 2 0.02 221097 2 0.02 220070 factor.ll 2 9199 0 0.01 9176 0 0.01 9176 Falign.ll 10 474854 0 0.04 474839 0 0.05 474839 family.ll 11 23080 0 0.01 23049 0 0.01 23049 fannkuch.ll 2 16822 0 0.01 16798 0 0.01 16798 fasta.ll 6 19924 0 0.01 19894 0 0.01 19894 fbench.ll 3 40167 0 0.01 40152 0 0.01 40152 fdtd-2d.ll 12 37045 0 0.01 37008 0 0.00 37008 fdtd-apml.ll 12 90288 0 0.02 90249 0 0.02 90249 fe.ll 21 73735 0 0.01 73719 0 0.02 73446 ffbench.ll 2 38643 0 0.01 38628 0 0.01 3...