Displaying 3 results from an estimated 3 matches for "pbharness".
Did you mean:
harness
2012 Apr 04
0
[LLVMdev] pb05 results for current llvm/dragonegg
Hi Jack,
> Duncan, any idea how to work around that for passing -bb-vectorize-req-chain-depth=3?
it is being rejected by GCC's plugin options parser. I just implemented a hack
in dragonegg in which colons will be morphed into equals signs. So you should
now be able to pass -bb-vectorize-req-chain-depth:3 and have it work.
Ciao, Duncan.
2012 Apr 04
2
[LLVMdev] pb05 results for current llvm/dragonegg
...ragonegg-llvm-option=-vectorize -fplugin-arg-dragonegg-llvm-option=-
unroll-allow-partial -fplugin-arg-dragonegg-llvm-option=-unroll-runtime -fplugin-arg-dragonegg-llvm-option=-bb-vectorize-aligned-only -fplugin-arg-dragone
gg-llvm-option=-bb-vectorize-no-ints %n.f90 -o %n
this was longer than the pbharness would allow so I had to hard code those options into the
de-gfortran46 compiler wrapper I use. I would be nice if we could group these together in
order to be more concise...
de-gfortran46 -msse3 -ffast-math -funroll-loops -O3 -fno-tree-vectorize -fplugin-arg-dragonegg-llvm-option="-vectorize...
2012 Apr 03
2
[LLVMdev] pb05 results for current llvm/dragonegg
On Tue, Apr 03, 2012 at 08:33:33AM -0500, Hal Finkel wrote:
> On Tue, 3 Apr 2012 08:57:51 -0400
> Jack Howarth <howarth at bromo.med.uc.edu> wrote:
>
> > On Tue, Apr 03, 2012 at 09:26:38AM +0200, Duncan Sands wrote:
> > > Hi Jack,
> > >
> > >> Attached are the Polyhedron 2005 benchmark results for current
> > >> llvm/dragonegg svn