We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97cf7fb commit ba224f4Copy full SHA for ba224f4
numba_cuda/numba/cuda/tests/cudapy/test_compiler.py
@@ -817,7 +817,7 @@ def wrapper_func(input_ptr, output_ptr):
817
818
cuda.compile(wrapper, wrapper_sig.args, output="ltoir")
819
820
- def test_compile_CABI_calling_device_function_returning_optional(self):
+ def test_compile_cabi_calling_device_function_returning_optional(self):
821
# Exercise a CABI caller invoking a Numba ABI callee that can return
822
# None through Optional[int32]
823
def maybe_none(x):
0 commit comments