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

The performance multipliers for binomial put in the readme.md file for options_pricing are incorrect. #361

Open
pbrubaker opened this issue Apr 4, 2024 · 0 comments

Comments

@pbrubaker
Copy link

It looks like the speedup multipliers for par_simd, ispc and ispc+tasks are incorrect given the execution time.

par_simd should be 7.37x
ispc should be 2.55x
ispc+tasks should be 5.09x.

And par_simd is 1.45x faster than ispc+tasks.

Also, have you since repeated these benchmarks with newer versions of the ispc compiler? Currently the setup_benchmarks.sh is pointing to 1.9.2 on LLVM 5 which was released almost 7 years ago. We are now at 1.23.0 on LLVM 16. Performance is quite a bit better as we've made improvements. These days ispc is often beating intrinsics implementations.

I'd be curious to see the results with a new compiler binary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant