[BUG] [JNI] CudaTest.testCudaException
will not throw cudaErrorInvalidValue
expectedly under certain environment
#15705
Labels
bug
Something isn't working
Describe the bug
For the test case
CudaTest.testCudaException
:It seems the CUDA API
cudaMemsetAsync
will not throwcudaErrorInvalidValue
under certain environment (like ARM arch). Therefore, this test case might be failed under certain environment. Due to the instability, the test is skipped if SANITIZER is ON for now.The text was updated successfully, but these errors were encountered: