-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[Question]What is the parallelization threshold value for Caxpy benchmark? #2090
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
Comments
Any considerate improvements are more than welcome, especially if they help your research...
|
Also see #1886 for other things help is needed. |
Very helpful! Thank you so much |
add your research result as a pull request later if possible. |
Sure, my research is mainly comparing hpxMP
with llvm-OpenMP and GOMP. As the benchmark is using OpenMP, so I employed as a performance comparison. |
Hello, I am writing a paper using caxpy benchmark, could someone tell me what is the parallelization threshold value for Caxpy benchmark or somewhere I can find the info?
I feel that OpenMP is really called when the size of the vector is really small.
The text was updated successfully, but these errors were encountered: