neda 8664
2011-Dec-01 19:09 UTC
[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>
> 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 Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667 Homepage: http://people.cs.nctu.edu.tw/~chenwj
Hal Finkel
2011-Dec-08 04:13 UTC
[LLVMdev] Benchmarking for automatic parallelization project
On Thu, 2011-12-08 at 11:53 +0800, 陳韋任 wrote:> > 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.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 Computing Facility Argonne National Laboratory
Dan Gohman
2011-Dec-08 19:13 UTC
[LLVMdev] Benchmarking for automatic parallelization project
On Dec 1, 2011, at 11:09 AM, neda 8664 wrote:> Hi all, > I am looking appropriate Benchmarking for the assessment of automatic parallelization project. What Benchmarking do you suggest me?Other people have tried to answer you directly, but I think a broader response may also be helpful. There is no such thing as a benchmark for the assessment of automatic parallelization. Automatic parallelization is too diverse a field to be coherently represented by a single benchmark, or even a single family of benchmarks. I suggest the following questions: Do you have an application or area of applications you want to study? Do you have a platform or architecture family you want to study? Are you interested in a particular programming language, or family? Are you studying parallelization as part of a broader inquery? Dan
Reasonably Related Threads
- [LLVMdev] Benchmarking for automatic parallelization project
- [LLVMdev] Benchmarking for automatic parallelization project
- [LLVMdev] Benchmarking for automatic parallelization project
- [LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
- [LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass