You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Locally the test suite has just deadlocked for me, ending in:
test_add_callback (numba.cuda.tests.cudadrv.test_streams.TestCudaStream.test_add_callback) ... ok
test_add_callback_with_default_arg (numba.cuda.tests.cudadrv.test_streams.TestCudaStream.test_add_callback_with_default_arg) ... ok
test_async_done (numba.cuda.tests.cudadrv.test_streams.TestCudaStream.test_async_done) ... ok
test_cancelled_future (numba.cuda.tests.cudadrv.test_streams.TestCudaStream.test_cancelled_future) ... ok
test_multiple_async_done (numba.cuda.tests.cudadrv.test_streams.TestCudaStream.test_multiple_async_done) ... ok
test_multiple_async_done_multiple_streams (numba.cuda.tests.cudadrv.test_streams.TestCudaStream.test_multiple_async_done_multiple_streams) ... ok
test_parallel_tasks (numba.cuda.tests.cudadrv.test_streams.TestCudaStream.test_parallel_tasks) ... ^C^C
Hitting ctrl-C to get a traceback has no effect.
A CI run for a previous test also exhibited similar behaviour (will add more details when I can retrieve them).