search for: mibench

Displaying 20 results from an estimated 139 matches for "mibench".

2012 Dec 02
0
[LLVMdev] Two test items of MiBench in test-suite are NOT tested correctly
Hello list, I found two tests of MiBench in test-suite are NOT tested correctly. #1. test-suite/MultiSource/Benchmarks/MiBench/office-ispell #2. test-suite/MultiSource/Benchmarks/MiBench/telecomm-adpcm Case #1, the test program outputs an error message, 'Illegal format hash table'. And test is NOT executed! Case #2, the test pro...
2013 Jan 17
3
[LLVMdev] local test-suite failures on linux
...the test-suite on linux (Ubuntu 12.04) using LNT (lnt runtest nt ...): (all are execution failures) MultiSource/Applications/Burg MultiSource/Applications/ClamAV MultiSource/Applications/lemon MultiSource/Applications/obsequi MultiSource/Benchmarks/MiBench/automotive-bitcount MultiSource/Benchmarks/MiBench/telecomm-FFT MultiSource/Benchmarks/Olden/voronoi MultiSource/Benchmarks/Ptrdist/anagram SingleSource/Benchmarks/BenchmarkGame Everything is built off trunk. Has anyone else seen these failures...
2012 May 07
0
[LLVMdev] A problem with optimal edge profiling.
...un optimal edge profiling. Nothing happens right after the command "opt a.bc -profile-loader -o b.bc" which tries to load optimal edge profile from the llvmprof.out file. I mean it starts to compute but never ends (I checked CPU Usage). For example, a log of my actions: anon at anonVB:~/MiBench/ automotive/qsort$ clang qsort_large.c -emit-llvm -c -o a.bc anon at anonVB:~/MiBench/automotive/qsort$ opt a.bc -insert-optimal-edge-profiling -O2 -o a_oep.bc anon at anonVB:~/MiBench/automotive/qsort$ llc a_oep.bc -O2 -o a.s anon at anonVB:~/MiBench/automotive/qsort$ clang a.s ./libprofile_rt.so...
2007 Jan 09
3
[LLVMdev] MiBench
Dear All, Please don't kill me. I've accidentally removed the directory /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MiBench from the LLVM Test CVS repository. I can either have our IT people restore it off of backup, or if someone has an updated copy of it, they can re-commit all the files. If you can recommit the files, please email me and do so. Otherwise, I'll email our IT people tomorrow morning and have them...
2011 Apr 30
2
[LLVMdev] Greedy register allocation
...: 0.724s Difference: -1.23% (greedy faster) Code Size Data This is all the nightly test suite tests that produce a __text segment larger than 8K and a code size difference larger than 1%. Negative numbers means smaller code, positive larger. Targeting i386 PIC -O2: -7.3% MultiSource/Benchmarks/MiBench/security-rijndael/Output/security-rijndael -7.2% MultiSource/Benchmarks/Prolangs-C/simulator/Output/simulator -5.3% MultiSource/Applications/hexxagon/Output/hexxagon -5.2% MultiSource/Applications/SIBsim4/Output/SIBsim4 -4.8% MultiSource/Benchmarks/MallocBench/cfrac/Output/cfrac -4.1% MultiSource/A...
2007 Jan 09
0
[LLVMdev] MiBench
...the logs. --Vikram http://www.cs.uiuc.edu/~vadve http://llvm.cs.uiuc.edu/ On Jan 9, 2007, at 5:23 PM, John Criswell wrote: > Dear All, > > Please don't kill me. > > I've accidentally removed the directory > /home/vadve/shared/PublicCVS/llvm-test/MultiSource/Benchmarks/MiBench > from the LLVM Test CVS repository. > > I can either have our IT people restore it off of backup, or if > someone > has an updated copy of it, they can re-commit all the files. > > If you can recommit the files, please email me and do so. Otherwise, > I'll email our...
2016 Oct 09
3
On Loop Distribution pass
...ticularly candidates valid for distribution like the one below. The inner loop in this example can be distributed. for (int nl = 0; nl < ntimes/2; nl++) { for (int i = 1; i < LEN; i++) { a[i] += c[i] * d[i]; b[i] = b[i - 1] + a[i] + d[i]; } dummy(a, b, c, d, e, aa, bb, cc, 0.); } MiBench <http://vhosts.eecs.umich.edu/mibench//>: There are 6539 loops in MiBench. *None* of the loops were distributed by the loop-distribution pass of LLVM. CoMD <https://github.com/exmatex/CoMD>: CoMD is a reference implementation of typical classical molecular dynamics algorithms an...
2013 Jan 20
2
[LLVMdev] local test-suite failures on linux
...nd got the following errors: --- Tested: 986 tests -- FAIL: MultiSource/Applications/Burg/burg.execution_time (494 of 986) FAIL: MultiSource/Applications/ClamAV/clamscan.execution_time (495 of 986) FAIL: MultiSource/Applications/lemon/lemon.execution_time (496 of 986) FAIL: MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-bitcount.exec ution_time (497 of 986) FAIL: MultiSource/Benchmarks/MiBench/telecomm-FFT/telecomm-fft.execution_time (498 of 986) FAIL: MultiSource/Benchmarks/Olden/voronoi/voronoi.execution_time (499 of 986) FAIL: MultiSource/Benchmarks/Ptrdist/anagram/anagram.execut...
2013 Jan 20
0
[LLVMdev] local test-suite failures on linux
...ilures when I run the test-suite on linux (Ubuntu >12.04) using LNT (lnt runtest nt ...): > >(all are execution failures) >MultiSource/Applications/Burg >MultiSource/Applications/ClamAV >MultiSource/Applications/lemon >MultiSource/Applications/obsequi >MultiSource/Benchmarks/MiBench/automotive-bitcount >MultiSource/Benchmarks/MiBench/telecomm-FFT >MultiSource/Benchmarks/Olden/voronoi >MultiSource/Benchmarks/Ptrdist/anagram >SingleSource/Benchmarks/BenchmarkGame > >Everything is built off trunk. > >Has anyone else seen these failures and found a fix? Per...
2011 Jul 24
2
[LLVMdev] [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results
....39% 0.9252 0.9936 0.0064 > SingleSource/UnitTests/ObjC++/Hello.compile 7.33% 0.7822 0.8395 0.0015 > MultiSource/Benchmarks/VersaBench/dbms/dbms.compile 7.21% 1.1218 1.2027 0.0173 > MultiSource/Benchmarks/Prolangs-C/gnugo/gnugo.compile 6.93% 0.8243 0.8814 0.0106 > MultiSource/Benchmarks/MiBench/office-ispell/office-ispell.compile 6.48% 1.7091 > 1.8199 0.0047 > MultiSource/Benchmarks/MallocBench/cfrac/cfrac.compile 6.45% 1.0109 1.0761 0.0116 > MultiSource/Benchmarks/ASCI_Purple/SMG2000/smg2000.compile 6.44% 6.6061 7.0314 > 0.0251 > MultiSource/Benchmarks/MiBench/consumer-lam...
2012 Feb 19
2
[LLVMdev] Problem While Running Test Suite
...MultiSource/Benchmarks/BitBench/uuencode/uuencode | * | * | MultiSource/Benchmarks/BitBench/uudecode/uudecode | * | * | MultiSource/Benchmarks/ASCI_Purple/SMG2000/smg2000 | * | * | MultiSource/Benchmarks/MiBench/security-blowfish/security-blowfish | * | * | MultiSource/Benchmarks/MiBench/network-patricia/network-patricia | * | * | MultiSource/Benchmarks/MiBench/security-rijndael/security-rijndael | * | * | MultiSource/Benchmarks/MiBench/consumer-jpeg/consumer-...
2012 Jun 20
2
[LLVMdev] Exception handling slowdown?
....org/perf/db_default/v4/nts/1283/graph?test.428=3> 5.89% 0.5742 > 0.6080 0.0002 4.36% 0.0002 > SingleSource/UnitTests/ObjC++/property-reference > <http://llvm.org/perf/db_default/v4/nts/1283/graph?test.156=3> 5.18% 0.7033 > 0.7397 0.0003 3.15% 0.0003 > MultiSource/Benchmarks/MiBench/consumer-jpeg/consumer-jpeg > <http://llvm.org/perf/db_default/v4/nts/1283/graph?test.284=3> 3.70% 1.9509 > 2.0230 0.0008 2.72% 0.0008 > MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg > <http://llvm.org/perf/db_default/v4/nts/1283/graph?test.414=3> 3.55% 1.9755 > 2....
2012 Jun 25
0
[LLVMdev] Exception handling slowdown?
.../v4/nts/1283/graph?test.428=3> 5.89% 0.5742 >> 0.6080 0.0002 4.36% 0.0002 >> SingleSource/UnitTests/ObjC++/property-reference >> <http://llvm.org/perf/db_default/v4/nts/1283/graph?test.156=3> 5.18% 0.7033 >> 0.7397 0.0003 3.15% 0.0003 >> MultiSource/Benchmarks/MiBench/consumer-jpeg/consumer-jpeg >> <http://llvm.org/perf/db_default/v4/nts/1283/graph?test.284=3> 3.70% 1.9509 >> 2.0230 0.0008 2.72% 0.0008 >> MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg >> <http://llvm.org/perf/db_default/v4/nts/1283/graph?test.414=3> 3.55...
2012 Jul 05
2
[LLVMdev] Exception handling slowdown?
...est.428=3> 5.89% 0.5742 >>> 0.6080 0.0002 4.36% 0.0002 >>> SingleSource/UnitTests/ObjC++/property-reference >>> <http://llvm.org/perf/db_default/v4/nts/1283/graph?test.156=3> 5.18% 0.7033 >>> 0.7397 0.0003 3.15% 0.0003 >>> MultiSource/Benchmarks/MiBench/consumer-jpeg/consumer-jpeg >>> <http://llvm.org/perf/db_default/v4/nts/1283/graph?test.284=3> 3.70% 1.9509 >>> 2.0230 0.0008 2.72% 0.0008 >>> MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg >>> <http://llvm.org/perf/db_default/v4/nts/1283/graph?tes...
2013 Jul 28
0
[LLVMdev] IR Passes and TargetTransformInfo: Straw Man
...----- next part -------------- name exec_was exec_is exec_diff ------------------------------------------- ---------- ---------- ---------------- Benchmarks/TSVC/Symbolics-flt/Symbolics-flt 1.4634 0.684 -53.259532595326 Benchmarks/MiBench/security-sha/security-sh 0.0199 0.0128 -35.678391959799 Benchmarks/mediabench/adpcm/rawcaudio/rawca 0.0034 0.0025 -26.470588235294 Benchmarks/Prolangs-C/agrep/agrep 0.0032 0.0025 -21.875 Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg 0.0032 0.0...
2013 Feb 19
4
[LLVMdev] ARM LNT test-suite Buildbot
...ions/ClamAV/clamscan.execution_time (2 of 1104) FAIL: MultiSource/Applications/lemon/lemon.execution_time (3 of 1104) FAIL: MultiSource/Applications/sqlite3/sqlite3.execution_time (4 of 1104) FAIL: MultiSource/Benchmarks/McCat/12-IOtest/iotest.execution_time (5 of 1104) FAIL: MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-bitcount.execution_time (6 of 1104) FAIL: MultiSource/Benchmarks/MiBench/telecomm-FFT/telecomm-fft.execution_time (7 of 1104) FAIL: MultiSource/Benchmarks/Ptrdist/anagram/anagram.execution_time (8 of 1104) FAIL: MultiSource/Benchmarks/TSVC/Reductions-flt/Reductions-fl...
2014 May 27
2
[LLVMdev] Compiling MiBench to MIPS
Hi, I'm trying to compile the basicmath benchmark from the MiBench suite to the MIPS target. However, when I call llc with the linked llvm bitcode, the compilation gives an error apparently related to some unsupported feature. The same error occurs when I select -march=arm, but it works for X86. In details: Commands I used to compile basicmath: clang -static -O3...
2008 Jan 28
0
[LLVMdev] 2.2 Prerelease available for testing
....23 0.24 * 0.28 | 1.00 0.96 n/a n/a MultiSource/Benchmarks/McCat/18-imp/imp | 0.0670 33052 0.1002 * 0.0880 | 0.08 0.08 0.11 * 0.20 | - - n/a n/a MultiSource/Benchmarks/MiBench/automotive-basicmath/automotive-basicmath | 0.0120 6020 0.0186 * 0.0310 | 0.46 0.48 0.48 * 0.50 | 0.96 0.96 n/a n/a MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-bitcount | 0.0148 4356 0.0101 *...
2008 Jan 24
6
[LLVMdev] 2.2 Prerelease available for testing
LLVMers, The 2.2 prerelease is now available for testing: http://llvm.org/prereleases/2.2/ If anyone can help test this release, I ask that you do the following: 1) Build llvm and llvm-gcc (or use a binary). You may build release (default) or debug. You may pick llvm-gcc-4.0, llvm-gcc-4.2, or both. 2) Run 'make check'. 3) In llvm-test, run 'make TEST=nightly report'. 4) When
2008 Feb 03
0
[LLVMdev] 2.2 Prerelease available for testing
....19 0.20 * 0.24 | 1.05 1.00 n/a n/a MultiSource/Benchmarks/McCat/18-imp/imp | 0.1560 32092 0.1639 * 0.1594 | 0.17 0.20 0.20 * 0.38 | 0.85 0.85 n/a n/a MultiSource/Benchmarks/MiBench/automotive-basicmath/automotive-basicmath | 0.0290 5776 0.0376 * 0.0361 | 0.96 0.96 0.93 * 0.98 | 1.00 1.03 n/a n/a MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-bitcount | 0.0322 4208 0.0205 *...