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

pytest tests-cuda-kernels is currently failing on my GPU #3280

Closed
jpivarski opened this issue Oct 8, 2024 · 0 comments · Fixed by #3271
Closed

pytest tests-cuda-kernels is currently failing on my GPU #3280

jpivarski opened this issue Oct 8, 2024 · 0 comments · Fixed by #3271
Labels
bug The problem described is something that must be fixed gpu Concerns the GPU implementation (backend = "cuda') tests More or better tests are needed

Comments

@jpivarski
Copy link
Member

Version of Awkward Array

HEAD

Description and code to reproduce

But pytest tests-cuda works.

After the first failing test, they all fail: something is sticky.

tests-cuda-kernels/test_cudaawkward_ListArray32_getitem_jagged_expand_64.py s                    [  7%]
tests-cuda-kernels/test_cudaawkward_ListArray32_getitem_next_array_64.py .......                 [  7%]
tests-cuda-kernels/test_cudaawkward_ListArray32_getitem_next_array_advanced_64.py ...............[  8%]
...............                                                                                  [  8%]
tests-cuda-kernels/test_cudaawkward_ListArray32_getitem_next_at_64.py FF                         [  8%]
tests-cuda-kernels/test_cudaawkward_ListArray32_getitem_next_range_64.py s                       [  8%]
tests-cuda-kernels/test_cudaawkward_ListArray32_getitem_next_range_carrylength.py s              [  8%]
tests-cuda-kernels/test_cudaawkward_ListArray32_getitem_next_range_counts_64.py FFFFF            [  8%]
tests-cuda-kernels/test_cudaawkward_ListArray32_getitem_next_range_spreadadvanced_64.py s        [  8%]

@ianna says,

the problem is because of the generated tests. It’s the generated data for at that now should be cupy.array(0) instead of 0.

@jpivarski jpivarski added bug The problem described is something that must be fixed tests More or better tests are needed gpu Concerns the GPU implementation (backend = "cuda') labels Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The problem described is something that must be fixed gpu Concerns the GPU implementation (backend = "cuda') tests More or better tests are needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant