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

cuda-parallel: Tests should avoid looping over problem sizes inside each test function #4139

Open
oleksandr-pavlyk opened this issue Mar 14, 2025 · 0 comments · May be fixed by #4140
Open
Assignees

Comments

@oleksandr-pavlyk
Copy link
Contributor

We parameterize tests by data type, but loop over problem sizes in the body of the test.

This is sub-optimal, since a test failure wont indicate for which problem size the failure had occurred.

This patterns can be observed in test_reduce.py and in test_merge_sort.py.

@oleksandr-pavlyk oleksandr-pavlyk self-assigned this Mar 14, 2025
@github-project-automation github-project-automation bot moved this to Todo in CCCL Mar 14, 2025
@oleksandr-pavlyk oleksandr-pavlyk linked a pull request Mar 14, 2025 that will close this issue
2 tasks
@cccl-authenticator-app cccl-authenticator-app bot moved this from Todo to In Review in CCCL Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Review
Development

Successfully merging a pull request may close this issue.

1 participant