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 d1ad577 commit b7b56ebCopy full SHA for b7b56eb
numba_cuda/numba/cuda/tests/cudadrv/test_cuda_driver.py
@@ -156,7 +156,6 @@ def test_cuda_driver_stream_operations(self):
156
for i, v in enumerate(array):
157
self.assertEqual(i, v)
158
159
- @unittest.skipIf(not _driver.USE_NV_BINDING, "NV binding not enabled")
160
def test_cuda_core_stream_operations(self):
161
module = self.context.create_module_ptx(self.ptx)
162
function = module.get_function("_Z10helloworldPi")
@@ -195,7 +194,6 @@ def auto_synchronize(stream):
195
194
196
197
198
199
def test_cuda_core_stream_launch_user_facing(self):
200
@cuda.jit
201
def kernel(a):
0 commit comments