We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a861e56 commit 2890779Copy full SHA for 2890779
qa/L0_cuda_shared_memory/cuda_shared_memory_test.py
@@ -156,7 +156,7 @@ class CudaSharedMemoryTest(CudaSharedMemoryTestBase):
156
def test_invalid_create_shm(self):
157
# Raises error since tried to create invalid cuda shared memory region
158
with self.assertRaisesRegex(
159
- cshm.SharedMemoryException, "unable to create cuda shared memory handle"
+ cshm.CudaSharedMemoryException, "unable to create cuda shared memory handle"
160
):
161
self._shm_handles.append(
162
cshm.create_shared_memory_region("dummy_data", -1, 0)
0 commit comments