[llvm-commits] [test-suite] r171745 - in /test-suite/trunk: LICENSE.TXT SingleSource/Benchmarks/Makefile SingleSource/Benchmarks/SmallPT/ SingleSource/Benchmarks/SmallPT/LICENSE.txt SingleSource/Benchmarks/SmallPT/Makefile SingleSource/Benchmarks/SmallPT/README SingleSource/Benchmarks/SmallPT/smallpt.cpp SingleSource/Benchmarks/SmallPT/smallpt.reference_output
Duncan Sands
baldrick at free.fr
Mon Jan 7 07:37:07 PST 2013
Hi Paul,
On 07/01/13 16:25, Paul Redmond wrote:
> Author: predmond
> Date: Mon Jan 7 09:25:10 2013
> New Revision: 171745
>
> URL: http://llvm.org/viewvc/llvm-project?rev=171745&view=rev
> Log:
> add smallpt benchmark to test-suite
>
> original source from http://www.kevinbeason.com/smallpt/ with the following
> modifications:
> - commented out openmp pragma
is this to make it deterministic? LLVM's dragonegg front-end supports openmp
(unlike clang) so testing openmp is useful for dragonegg.
> - disabled writing to output image to file
Ciao, Duncan.
More information about the llvm-commits
mailing list