Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ambient occlusion (ray-tracing) benchmarks #39

Closed
anp opened this issue Oct 4, 2018 · 2 comments
Closed

add ambient occlusion (ray-tracing) benchmarks #39

anp opened this issue Oct 4, 2018 · 2 comments
Labels
benchmark needed new benchmarks we'd like to include

Comments

@anp
Copy link
Owner

anp commented Oct 4, 2018

https://github.com/gnzlbg/aobench

The readme shows how to run the scalar, vectorized, and parallel versions. Probably it only makes sense to add the scalar and scalar_par benchmarks initially. The vector and vector_par benchmarks use std::simd and that's still in flux.

Originally posted by @gnzlbg in #1 (comment)

@anp anp added the benchmark needed new benchmarks we'd like to include label Oct 4, 2018
@anp
Copy link
Owner Author

anp commented Oct 4, 2018

IIRC std::simd has been settling down some, but not sure whether its stable enough for us to care about including in a benchmark yet.

@gnzlbg
Copy link

gnzlbg commented Oct 5, 2018

Duplicate of #42 (ISPC has a benchmark for this, which has already been ported)

@anp anp closed this as completed Oct 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
benchmark needed new benchmarks we'd like to include
Projects
None yet
Development

No branches or pull requests

2 participants