Skip to content

Commit 5ca7cf2

Browse files
committed
Add stream.sync() in cuda_core/tests/test_launcher.py::test_launch_invalid_values
This is ONLY A BAND-AID, but a very effective one: Andy's original suggestion: * NVIDIA/cuda-python-private#245 (comment) Results of extensive testing: * NVIDIA/cuda-python-private#245 (comment) Long-term: * #1539
1 parent dcaa6a7 commit 5ca7cf2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cuda_core/tests/test_launcher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def test_launch_invalid_values(init_cuda):
150150
launch(StreamWrapper(stream), config, ker)
151151

152152
launch(stream, config, ker)
153+
stream.sync() # TODO(#1539)
153154

154155

155156
# Parametrize: (python_type, cpp_type, init_value)

0 commit comments

Comments
 (0)