search for: acovea

Displaying 9 results from an estimated 9 matches for "acovea".

2012 Jan 05
3
[LLVMdev] acovea for llvm
Has anyone tried acovea on llvm, acovea is a fairly popular software package that uses GAs(Genetic Algorithms) to tune compiler command-line settings to optimize the performance for a given application. It works with gcc for sure.
2012 Jan 05
1
[LLVMdev] acovea for llvm
I think it is still be hosted on some bzr servers. Thanks Xin On Thu, Jan 5, 2012 at 12:20 PM, Hal Finkel <hfinkel at anl.gov> wrote: > Is acovea still being distributed? The link that I was able to find > (http://www.coyotegulch.com/products/acovea/) is no longer valid. > >  -Hal > > On Thu, 2012-01-05 at 12:06 -0500, Xin Tong wrote: >> Has anyone tried acovea on llvm, acovea is a fairly popular software >> packag...
2012 Jan 05
0
[LLVMdev] acovea for llvm
Is acovea still being distributed? The link that I was able to find (http://www.coyotegulch.com/products/acovea/) is no longer valid. -Hal On Thu, 2012-01-05 at 12:06 -0500, Xin Tong wrote: > Has anyone tried acovea on llvm, acovea is a fairly popular software > package that uses GAs(Genetic Algorit...
2003 Nov 18
2
[LLVMdev] [Fwd: Optimization: Conclusions from Evolutionary Analysis]
...iling list <gcc at gcc.gnu.org> > Subject: Optimization: Conclusions from Evolutionary Analysis > Date: Tue, 18 Nov 2003 10:11:55 -0500 > > For those who haven't the time to read my full article, I thought I'd > pass along the conclusions section. One of my goals with Acovea was to > provide some empirical evidence of how optimizations behave, and to > dispell some common misconceptions about optimization. > > The settings for -O1, -O2, and -O3 are valid. Every option implied by > -O3 may not be applicable to every program -- but enabling all those...
2003 Nov 18
0
[LLVMdev] [Fwd: Optimization: Conclusions from Evolutionary Analysis]
...at gcc.gnu.org> >> Subject: Optimization: Conclusions from Evolutionary Analysis >> Date: Tue, 18 Nov 2003 10:11:55 -0500 >> >> For those who haven't the time to read my full article, I thought I'd >> pass along the conclusions section. One of my goals with Acovea was to >> provide some empirical evidence of how optimizations behave, and to >> dispell some common misconceptions about optimization. >> >> The settings for -O1, -O2, and -O3 are valid. Every option implied by >> -O3 may not be applicable to every program -- but enab...
2003 Nov 19
1
[LLVMdev] [Fwd: Optimization: Conclusions from Evolutionary Analysis]
...>> Subject: Optimization: Conclusions from Evolutionary Analysis > >> Date: Tue, 18 Nov 2003 10:11:55 -0500 > >> > >> For those who haven't the time to read my full article, I thought I'd > >> pass along the conclusions section. One of my goals with Acovea was to > >> provide some empirical evidence of how optimizations behave, and to > >> dispell some common misconceptions about optimization. > >> > >> The settings for -O1, -O2, and -O3 are valid. Every option implied by > >> -O3 may not be applicable to...
2004 Aug 25
1
Testing Performance of R on AIX
Dear R Users, I compiled two R-1.9.1 environments on IBM P690 AIX platform, one with optimization level 3(-O3), another with optimization level 2(-O). I would like to do some performance comparison with these two environments. Can anybody give me some advices for how to do the performance test against R? Thanks in advance. Kexiao
2003 Nov 18
1
Interesting pages on optimizations.
Scott Robert Ladd has realized an analysis of GNU C and C++ optimizations, using a genetic algorithm to discover the most effective optimization flags for different algorithms. Check it out: http://www.coyotegulch.com/acovea/index.html AMD Optimized Windows XviD codec: http://net314.myphone.gr/xvid_amd.html Happy coding ! <p>>>Forward Agency In progress we (always) trust. <p><p> -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Offerte, promozioni e conveni...
2010 Jul 06
1
[LLVMdev] list of LLVM optimization passes
On Jul 6, 2010, at 5:04 PM, Manuel Llosa wrote: > Dear Kenneth, I see. Do you plan sharing your framework in open source? > For now, I will continue using ctuning tools (they support LLVM as is but not > some specific things on JIT dynamic recompilation what is my thesis about). > I will like to compare all tools of course and will be happy > to share results although real not