We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 CUB device merge sort tests overflow when calculating index_to_expected_key_op<size_t>::num_distinct_key_values.
index_to_expected_key_op<size_t>::num_distinct_key_values
Originally posted by @bernhardmgruber in #1952 (comment)
The text was updated successfully, but these errors were encountered:
Avoid overflow in sort tests
bec8374
Fixes: NVIDIA#1979
Guard against an overflow in sort tests
031ee96
Guard against an overflow in sort tests (#1980)
2a3fea9
Fixes: #1979
Guard against an overflow in sort tests (NVIDIA#1980)
347c051
Successfully merging a pull request may close this issue.
The CUB device merge sort tests overflow when calculating
index_to_expected_key_op<size_t>::num_distinct_key_values
.Originally posted by @bernhardmgruber in #1952 (comment)
The text was updated successfully, but these errors were encountered: