Skip to content

Commit

Permalink
update test_numba_mvc_enabled_cuda_11
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Nov 16, 2023
1 parent 4eb6936 commit ffe1516
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/cudf/cudf/tests/test_numba_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
TEST_NUMBA_MVC_ENABLED = """
import numba.cuda
import cudf
from cudf.utils._numba import _CUDFNumbaConfig, _patch_numba_mvc
from cudf.utils._numba import _CUDFNumbaConfig, patch_numba_linker_cuda_11
_patch_numba_mvc()
patch_numba_linker_cuda_11()
@numba.cuda.jit
def test_kernel(x):
Expand All @@ -45,4 +45,5 @@ def test_numba_mvc_enabled_cuda_11():
capture_output=True,
cwd="/",
)

assert cp.returncode == 0

0 comments on commit ffe1516

Please sign in to comment.