Skip to content

Commit

Permalink
CUDA: Skip test for #8477 fix in cudasim
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Oct 3, 2022
1 parent a3716cd commit 9546e58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numba/cuda/tests/cudadrv/test_cuda_ndarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ def test_bug6697(self):
got = np.asarray(dary)
self.assertEqual(got.dtype, dary.dtype)

@skip_on_cudasim('DeviceNDArray class not present in simulator')
def test_issue_8477(self):
# Ensure that we can copy a zero-length device array to a zero-length
# host array when the strides of the device and host arrays differ -
Expand Down

0 comments on commit 9546e58

Please sign in to comment.