search for: mediabench

Displaying 20 results from an estimated 69 matches for "mediabench".

2005 Nov 07
0
[LLVMdev] LLVM 1.6 Release Branch
...angs-C/cdecl/cdecl: llc, cbe, jit Benchmarks/Prolangs-C/football/football: cbe Benchmarks/Prolangs-C/gnugo/gnugo: llc, cbe, jit Benchmarks/Prolangs-C/agrep/agrep: llc Benchmarks/Prolangs-C/fixoutput/fixoutput: llc, cbe Benchmarks/Prolangs-C/gnugo/gnugo: llc, cbe, jit (looks like ld hung) Benchmarks/mediabench/gsm/toast/toast: llc Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg: jit Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decode: llc, cbe, jit Regressions External: SPEC/CFP2000/177.mesa/177.mesa: cbe SPEC/CINT2000/175.vpr/175.vpr: llc, cbe -Tanya
2005 Nov 02
2
[LLVMdev] LLVM 1.6 Release Branch
Tanya Lattner wrote: > >> 1. I'm still looking for volunteers to test MacOS X and Solaris. >> If you'd like to volunteer, please email the list to let us know. > > > I'll do minimal testing on Sparc. I'm not going to look into any > regressions though since no one has been really watching Sparc since I > graduated and I am sure there are
2013 Mar 20
2
[LLVMdev] [Polly]GSoC Proposal: Reducing LLVM-Polly Compiling overhead
On 03/19/2013 11:02 AM, Star Tan wrote: > > Dear Tobias Grosser, > > Today I have rebuilt the LLVM-Polly in Release mode. The configuration of my own testing machine is: Intel Pentium Dual CPU T2390(1.86GHz) with 2GB DDR2 memory. > I evaluated the Polly using PolyBench and Mediabench. It takes too long time to evaluate the whole LLVM-testsuite, so I just choose the Mediabench from LLVM-testsuite. OK. This is a good baseline. > The preliminary results of Polly compiling overhead is listed as follows: > > Table 1: Compiling time overhead of Polly for PolyBench. > &g...
2013 Mar 19
0
[LLVMdev] [Polly]GSoC Proposal: Reducing LLVM-Polly Compiling overhead
Dear Tobias Grosser, Today I have rebuilt the LLVM-Polly in Release mode. The configuration of my own testing machine is: Intel Pentium Dual CPU T2390(1.86GHz) with 2GB DDR2 memory. I evaluated the Polly using PolyBench and Mediabench. It takes too long time to evaluate the whole LLVM-testsuite, so I just choose the Mediabench from LLVM-testsuite. The preliminary results of Polly compiling overhead is listed as follows: Table 1: Compiling time overhead of Polly for PolyBench. | | Clang (econd) | Polly-load (econd) | Polly-...
2013 Aug 11
2
[LLVMdev] [FastPolly]: Update of Polly's performance on LLVM test-suite
...Polybench/linear-algebra/solvers/lu/lu        -85.01%     MultiSource/Applications/obsequi/Obsequi        -57.12%     SingleSource/Benchmarks/Polybench/stencils/seidel-2d/seidel-2d        -50.00%     MultiSource/Benchmarks/MiBench/telecomm-gsm/telecomm-gsm        -40.09%     MultiSource/Benchmarks/mediabench/gsm/toast/toast       -39.91%     SingleSource/Benchmarks/Misc/whetstone       -39.02%     MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg       -38.07%     MultiSource/Benchmarks/MiBench/consumer-jpeg/consumer-jpeg       -37.70% However, Polly can still lead to significant compile-time overh...
2013 Apr 24
1
[LLVMdev] running a pass on multiple files
...itten a pass able to analyze the code and see if functions in a module are pure. I managed to run the pass with opt -load on a simple (single file) program IR (generated with clang). Now I am willing to run it on a structured program (probably on a benchmark suite like: http://euler.slu.edu/~fritts/mediabench/) to see how many pure function are identified and how many time it takes to perform the analysis (similarly to the -time-passes option). Do you have any suggestion on how to do it? Thank you in advance, Niko -------------- next part -------------- An HTML attachment was scrubbed... UR...
2013 Jun 27
2
[LLVMdev] does clang and llvm take more time to compile c code
Hello, all When I compile mpeg2enc of Mediabench, it seems clang and llvm take longer time than gcc. I meausre the time as follow: gcc -O3 8.190s clang -O3 20.253s will this means clang and llvm are slower than gcc in compiling c code. Eric -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.ll...
2005 Jul 26
0
[LLVMdev] Executing benchmarks using LLVM
Hi, Question I had was if someone has tried executing Mibench or Mediabench benchmarks using llvm. I am trying to do simple qsort benchmark in the Mibench benchmark suite. I substituted llvmc instead of gcc in the makefiles. But I am getting the following error. "llvmc qsort_small.c -O3 -o qsort_small -lm llvmc: Configuration file for 'c' is not available. m...
2005 Nov 07
4
[LLVMdev] LLVM 1.6 Release Branch
...jit > Benchmarks/Prolangs-C/football/football: cbe > Benchmarks/Prolangs-C/gnugo/gnugo: llc, cbe, jit > Benchmarks/Prolangs-C/agrep/agrep: llc > Benchmarks/Prolangs-C/fixoutput/fixoutput: llc, cbe > Benchmarks/Prolangs-C/gnugo/gnugo: llc, cbe, jit (looks like ld hung) > Benchmarks/mediabench/gsm/toast/toast: llc > Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg: jit > Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decode: llc, cbe, jit > > Regressions External: > SPEC/CFP2000/177.mesa/177.mesa: cbe > SPEC/CINT2000/175.vpr/175.vpr: llc, cbe > > > -Tanya > > ____...
2005 Jul 26
3
[LLVMdev] A compliation target with multiple "profiles"
There is actually only one hardware, but with a lot of so called "profiles". For example, there are totally 32 hardware registers available, but the three profiles, namely: * Low register usage profile - use 8 registers at most * Medium register usage profile - use 16 registers at most * High register useage profile - use 32 registers at most I could define a "TablGen target"
2011 Jul 24
2
[LLVMdev] [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results
...51 > MultiSource/Benchmarks/Prolangs-C/unix-tbl/unix-tbl.compile 6.06% 1.1575 1.2277 > 0.0090 > External/SPEC/CINT2000/300_twolf/300_twolf.compile 6.03% 5.9226 6.2799 0.0316 > External/SPEC/CINT2006/464_h264ref/464_h264ref.compile 6.01% 15.1997 16.1135 0.0271 > MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decode.compile 6.01% > 1.3943 1.4781 0.0062 > External/SPEC/CFP2000/188_ammp/188_ammp.compile 5.96% 3.1941 3.3844 0.0145 > External/SPEC/CINT2000/164_gzip/164_gzip.compile 5.95% 1.2469 1.3211 0.0059 > External/SPEC/CINT2006/458_sjeng/458_sjeng.compile 5.94% 2.6209 2....
2013 Jun 28
2
[LLVMdev] does clang and llvm take more time to compile c code
...s, I build it with enable debug options. Thanks! Eric On Thu, Jun 27, 2013 at 7:49 PM, Benjamin Kramer <benny.kra at gmail.com>wrote: > > On 27.06.2013, at 13:40, Eric Lu <eirc.lew at gmail.com> wrote: > > > Hello, all > > > > When I compile mpeg2enc of Mediabench, it seems clang and llvm take > longer time than gcc. I meausre the time as follow: > > > > gcc -O3 8.190s > > clang -O3 20.253s > > > > will this means clang and llvm are slower than gcc in compiling c code. > > Possibly. The timings are useless without i...
2013 Mar 18
2
[LLVMdev] [Polly]GSoC Proposal: Reducing LLVM-Polly Compiling overhead
Dear Tobias Grosser, Thank you so much for your kind reply. Your advice is very helpful and inspiring. At 2013-03-18 20:40:50,"Tobias Grosser" <tobias at grosser.es> wrote: >On 03/17/2013 11:54 PM, Star Tan wrote: >> Hello Tobi, >> >> I am interested in Polly project. Polly seems to be a very promising tool to find out program parallelization based on LLVM
2013 Aug 11
0
[LLVMdev] [FastPolly]: Update of Polly's performance on LLVM test-suite
.../solvers/lu/lu -85.01% > MultiSource/Applications/obsequi/Obsequi -57.12% > SingleSource/Benchmarks/Polybench/stencils/seidel-2d/seidel-2d -50.00% > MultiSource/Benchmarks/MiBench/telecomm-gsm/telecomm-gsm -40.09% > MultiSource/Benchmarks/mediabench/gsm/toast/toast -39.91% > SingleSource/Benchmarks/Misc/whetstone -39.02% > MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg -38.07% > MultiSource/Benchmarks/MiBench/consumer-jpeg/consumer-jpeg -37.70% Very nice work! > However, Polly can stil...
2005 Nov 07
0
[LLVMdev] LLVM 1.6 Release Branch
...Prolangs-C/football/football: cbe >> Benchmarks/Prolangs-C/gnugo/gnugo: llc, cbe, jit >> Benchmarks/Prolangs-C/agrep/agrep: llc >> Benchmarks/Prolangs-C/fixoutput/fixoutput: llc, cbe >> Benchmarks/Prolangs-C/gnugo/gnugo: llc, cbe, jit (looks like ld hung) >> Benchmarks/mediabench/gsm/toast/toast: llc >> Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg: jit >> Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decode: llc, cbe, jit >> >> Regressions External: >> SPEC/CFP2000/177.mesa/177.mesa: cbe >> SPEC/CINT2000/175.vpr/175.vpr: llc, cbe >> >&...
2013 Mar 23
0
[LLVMdev] [Polly]GSoC Proposal: Reducing LLVM-Polly Compiling overhead
...g overhead On 03/19/2013 11:02 AM, Star Tan wrote: > > Dear Tobias Grosser, > > Today I have rebuilt the LLVM-Polly in Release mode. The configuration of my own testing machine is: Intel Pentium Dual CPU T2390(1.86GHz) with 2GB DDR2 memory. > I evaluated the Polly using PolyBench and Mediabench. It takes too long time to evaluate the whole LLVM-testsuite, so I just choose the Mediabench from LLVM-testsuite. OK. This is a good baseline. > The preliminary results of Polly compiling overhead is listed as follows: > > Table 1: Compiling time overhead of Polly for PolyBench. > &g...
2013 Aug 12
1
[LLVMdev] [FastPolly]: Update of Polly's performance on LLVM test-suite
...      -85.01% >>      MultiSource/Applications/obsequi/Obsequi        -57.12% >>      SingleSource/Benchmarks/Polybench/stencils/seidel-2d/seidel-2d        -50.00% >>      MultiSource/Benchmarks/MiBench/telecomm-gsm/telecomm-gsm        -40.09% >>      MultiSource/Benchmarks/mediabench/gsm/toast/toast       -39.91% >>      SingleSource/Benchmarks/Misc/whetstone       -39.02% >>      MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg       -38.07% >>      MultiSource/Benchmarks/MiBench/consumer-jpeg/consumer-jpeg       -37.70% > >Very nice work! > >...
2017 May 11
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...ll the other issues that were brought up were fixed (yay!). Cheers, Diana On 11 May 2017 at 08:44, Kristof Beyls via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On 10 May 2017, at 17:36, Quentin Colombet <qcolombet at apple.com> wrote: > > > MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decode (46%): Function > Reference_IDCT: Probably due to creating all constants in the entry BB + > spilling floating point data through an X register: > > FastISel: > fadd d0, d1, d0 > str d0, [sp,#528] > GlobalISel: > fadd d0, d1, d0 > fmov x9, d0 &g...
2013 Jun 27
0
[LLVMdev] does clang and llvm take more time to compile c code
On 27.06.2013, at 13:40, Eric Lu <eirc.lew at gmail.com> wrote: > Hello, all > > When I compile mpeg2enc of Mediabench, it seems clang and llvm take longer time than gcc. I meausre the time as follow: > > gcc -O3 8.190s > clang -O3 20.253s > > will this means clang and llvm are slower than gcc in compiling c code. Possibly. The timings are useless without information about the versions of GCC...
2016 Aug 03
2
Need help debugging a PowerPC problem
Hi, I need help debugging a problem a problem that only shows up on PowerPC with one of my commits in the generic CodeGen parts of llvm. I'd apreciate it if someone with access to a PowerPC system could take a look at this: https://reviews.llvm.org/D23097 <https://reviews.llvm.org/D23097> - Matthias -------------- next part -------------- An HTML attachment was scrubbed... URL: