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

Fix async scan / counting iterator tests #118

Merged
merged 1 commit into from
Jun 23, 2023

Conversation

gevtushenko
Copy link
Collaborator

Counting iterator mixin used for async scan tests is currently converting std::size_t num_items to signed char, leading to CI issues. This PR limits the test to unsigned types. Fixes #117.

@gevtushenko gevtushenko merged commit 55fcdd8 into NVIDIA:monorepo Jun 23, 2023
350 of 356 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Fix thrust for GCC 12 / C++20: error: writing 16 bytes into a region
2 participants