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 94ec9a3 commit 393554aCopy full SHA for 393554a
numba_cuda/numba/cuda/tests/cudapy/test_cache_hints.py
@@ -157,8 +157,6 @@ def too_short_indices_tuple(x):
157
cuda.compile_ptx(too_short_indices_tuple, sig_2d)
158
159
def test_unsupported_dtypes(self):
160
- """Test that load operators reject arrays with unsupported types."""
161
-
162
def load_complex(r, x):
163
r[0] = cuda.ldcs(x, 0)
164
0 commit comments