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 2886d1b commit bd62f2eCopy full SHA for bd62f2e
numba_cuda/numba/cuda/tests/cudapy/test_math.py
@@ -512,7 +512,7 @@ def test_math_fabs(self):
512
self.unary_template_float32(math_fabs, np.fabs, start=-1)
513
self.unary_template_float64(math_fabs, np.fabs, start=-1)
514
self.unary_template_int64(math_fabs, np.fabs, start=-1)
515
- self.unary_template_uint64(math_fabs, np.fabs, start=-1)
+ self.unary_template_uint64(math_fabs, np.fabs, start=0)
516
517
# ---------------------------------------------------------------------------
518
# test_math_gamma
0 commit comments