Star Tan
2013-Jun-09 06:26 UTC
[LLVMdev] [Patch] Apply for adding PolyBench to LLVM testsuite
Hi all, PolyBench (http://www.cse.ohio-state.edu/~pouchet/software/polybench/) is a well-known benchmark for polyhedral compiler. Since LLVM-Polly http://polly.llvm.org/) has provided a very good polyhedral optimizer for LLVM, could we add this benchmark to LLVM test-suite? I have attached the patch file to add PolyBench to LLVM test-suite. Best wishes, Star Tan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130609/9d9ff874/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: LLVM_testsuite_PolyBench.patch Type: application/octet-stream Size: 163308 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130609/9d9ff874/attachment.obj>
Tobias Grosser
2013-Jun-09 06:55 UTC
[LLVMdev] [Patch] Apply for adding PolyBench to LLVM testsuite
On 06/08/2013 11:26 PM, Star Tan wrote:> Hi all, > > > PolyBench (http://www.cse.ohio-state.edu/~pouchet/software/polybench/) is a well-known benchmark for polyhedral compiler. Since LLVM-Polly http://polly.llvm.org/) has provided a very good polyhedral optimizer for LLVM, could we add this benchmark to LLVM test-suite? > > > I have attached the patch file to add PolyBench to LLVM test-suite.Hi Star Tan, Polybench should already be part of the LLVM test-suite. It has been contributed by Douglas do Couto Teixeira <douglasdocouto at gmail.com> and is available in SingleSource/Benchmarks/Polybench/. You should be able to just take advantage what is already available. Cheers, Tobi
Seemingly Similar Threads
- [LLVMdev] [Patch] Apply for adding PolyBench to LLVM testsuite
- [LLVMdev] How to change the type of an Instruction?
- [LLVMdev] runtime performance benchmarking tools for clang
- [LLVMdev] How to change the type of an Instruction?
- [LLVMdev] Adding Polybench to the test suite