Skip to content

Commit b7b56eb

Browse files
small fix
1 parent d1ad577 commit b7b56eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

numba_cuda/numba/cuda/tests/cudadrv/test_cuda_driver.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ def test_cuda_driver_stream_operations(self):
156156
for i, v in enumerate(array):
157157
self.assertEqual(i, v)
158158

159-
@unittest.skipIf(not _driver.USE_NV_BINDING, "NV binding not enabled")
160159
def test_cuda_core_stream_operations(self):
161160
module = self.context.create_module_ptx(self.ptx)
162161
function = module.get_function("_Z10helloworldPi")
@@ -195,7 +194,6 @@ def auto_synchronize(stream):
195194
for i, v in enumerate(array):
196195
self.assertEqual(i, v)
197196

198-
@unittest.skipIf(not _driver.USE_NV_BINDING, "NV binding not enabled")
199197
def test_cuda_core_stream_launch_user_facing(self):
200198
@cuda.jit
201199
def kernel(a):

0 commit comments

Comments
 (0)