-
Notifications
You must be signed in to change notification settings - Fork 166
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
[FEA]: Add more benchmarks for thrust::transform
#2814
Labels
thrust
For all items related to Thrust.
Comments
bernhardmgruber
added
thrust
For all items related to Thrust.
2.8.0
target for 2.8.0 release
labels
Nov 14, 2024
I think we should actually make them CUB benchmarks, since they should be included in continuous CUB benchmarking and tuning. |
bernhardmgruber
added a commit
to bernhardmgruber/cccl
that referenced
this issue
Nov 20, 2024
bernhardmgruber
added a commit
to bernhardmgruber/cccl
that referenced
this issue
Nov 20, 2024
bernhardmgruber
added a commit
to bernhardmgruber/cccl
that referenced
this issue
Nov 20, 2024
We can probably postpone this, because |
bernhardmgruber
removed
2.8.0
target for 2.8.0 release
feature request
New feature or request.
labels
Nov 20, 2024
bernhardmgruber
added a commit
to bernhardmgruber/cccl
that referenced
this issue
Nov 23, 2024
bernhardmgruber
added a commit
to bernhardmgruber/cccl
that referenced
this issue
Nov 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently use the BabelStream kernels as memory bound workloads and a fibonacci kernel (per thread: read random index [0;42], compute fibonacci number, store result). The latter kernel is compute and shows high thread divergence.
In order to better assess regressions, we should add more benchmarks covering:
The text was updated successfully, but these errors were encountered: