Displaying 8 results from an estimated 8 matches for "pact11".
2011 Dec 08
3
[LLVMdev] Benchmarking for automatic parallelization project
...gt; > parallelization project. What Benchmarking do you suggest me?
>
> Do you mean auto-parallelization or auto-vectorization? If it's the latter, I
> sugguest you find scientific or graphic applications.
For auto-vectorization, look at:
http://polaris.cs.uiuc.edu/~garzaran/doc/pact11.pdf
http://polaris.cs.uiuc.edu/~maleki1/TSVC.tar.gz
If you're looking for auto-parallelization, I can ask around.
-Hal
> I don't think there is
> auto-parallelization benchmark, however.
>
> Regards,
> chenwj
>
--
Hal Finkel
Postdoctoral Appointee
Leadership Compu...
2011 Dec 08
0
[LLVMdev] Benchmarking for automatic parallelization project
Hi Hal,
> For auto-vectorization, look at:
> http://polaris.cs.uiuc.edu/~garzaran/doc/pact11.pdf
> http://polaris.cs.uiuc.edu/~maleki1/TSVC.tar.gz
>
> If you're looking for auto-parallelization, I can ask around.
Thanks for the sharing. If that doesn't bother you too much, I would like to
know auto-parallelization benchmarks. :p
Just curious. I was thinking that aut...
2011 Dec 01
3
[LLVMdev] Benchmarking for automatic parallelization project
Hi all,
I am looking appropriate Benchmarking for the assessment of automatic
parallelization project. What Benchmarking do you suggest me?
regards
neda
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111201/95e7779c/attachment.html>
2011 Dec 08
0
[LLVMdev] Benchmarking for automatic parallelization project
> I am looking appropriate Benchmarking for the assessment of automatic
> parallelization project. What Benchmarking do you suggest me?
Do you mean auto-parallelization or auto-vectorization? If it's the latter, I
sugguest you find scientific or graphic applications. I don't think there is
auto-parallelization benchmark, however.
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer
2011 Oct 29
4
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...nroll-allow-partial -O3 with no other optimization flags (the patch
adds the -vectorize option). llc was just given -O3.
Below I've included results using the benchmark program by Maleki, et
al. See:
An Evaluation of Vectorizing Compilers - PACT'11
(http://polaris.cs.uiuc.edu/~garzaran/doc/pact11.pdf). The source of
their benchmark program was retrieved from:
http://polaris.cs.uiuc.edu/~maleki1/TSVC.tar.gz
Also, when using clang, I had to pass -Dinline= on the command line:
when using -emit-llvm, clang appears not to emit code for functions
declared inline. This is a bug, but I've not...
2011 Oct 29
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...ad also been given the flag: -bb-vectorize-vector-bits=256
-Hal
> llc was just given -O3.
>
> Below I've included results using the benchmark program by Maleki, et
> al. See:
> An Evaluation of Vectorizing Compilers - PACT'11
> (http://polaris.cs.uiuc.edu/~garzaran/doc/pact11.pdf). The source of
> their benchmark program was retrieved from:
> http://polaris.cs.uiuc.edu/~maleki1/TSVC.tar.gz
>
> Also, when using clang, I had to pass -Dinline= on the command line:
> when using -emit-llvm, clang appears not to emit code for functions
> declared inline. Th...
2011 Oct 29
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...>
> > > llc was just given -O3.
> > >
> > > Below I've included results using the benchmark program by Maleki, et
> > > al. See:
> > > An Evaluation of Vectorizing Compilers - PACT'11
> > > (http://polaris.cs.uiuc.edu/~garzaran/doc/pact11.pdf). The source of
> > > their benchmark program was retrieved from:
> > > http://polaris.cs.uiuc.edu/~maleki1/TSVC.tar.gz
> > >
> > > Also, when using clang, I had to pass -Dinline= on the command line:
> > > when using -emit-llvm, clang appears not t...
2011 Oct 29
4
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...lts below...
>
> -Hal
>
> > llc was just given -O3.
> >
> > Below I've included results using the benchmark program by Maleki, et
> > al. See:
> > An Evaluation of Vectorizing Compilers - PACT'11
> > (http://polaris.cs.uiuc.edu/~garzaran/doc/pact11.pdf). The source of
> > their benchmark program was retrieved from:
> > http://polaris.cs.uiuc.edu/~maleki1/TSVC.tar.gz
> >
> > Also, when using clang, I had to pass -Dinline= on the command line:
> > when using -emit-llvm, clang appears not to emit code for functions...