Skip to content

Commit

Permalink
Backport numba/numba#9613
Browse files Browse the repository at this point in the history
Move a couple of CUDA-specific items into the CUDA target.
  • Loading branch information
gmarkall committed Jul 27, 2024
1 parent 24de68e commit bc485ba
Show file tree
Hide file tree
Showing 7 changed files with 1,728 additions and 6 deletions.
3 changes: 1 addition & 2 deletions numba_cuda/numba/cuda/cudadrv/devicearray.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@

import numba
from numba import _devicearray
from numba.cuda.cudadrv import devices
from numba.cuda.cudadrv import devices, dummyarray
from numba.cuda.cudadrv import driver as _driver
from numba.core import types, config
from numba.np.unsafe.ndarray import to_fixed_tuple
from numba.np.numpy_support import numpy_version
from numba.misc import dummyarray
from numba.np import numpy_support
from numba.cuda.api_util import prepare_shape_strides_dtype
from numba.core.errors import NumbaPerformanceWarning
Expand Down
Loading

0 comments on commit bc485ba

Please sign in to comment.