Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refine
CudaTest.testCudaException
in case throwing wrong type of Cu…
…daError under aarch64 (#15706) Fix #15705 1. Replacing `Cuda.memset(Long.MAX_VALUE, (byte) 0, 1024)` with `Cuda.freePinned(-1L)`, the previous one throws fatal CUDAError `cudaErrorIllegalAddress` instead of nonFatal CUDAError `cudaErrorInvalidValue` under aarch64, while the later one throwing the correct kind of error. 2. Enable the test case when Sanitizer is ON Authors: - Alfred Xu (https://github.com/sperlingxx) Approvers: - Tim Liu (https://github.com/NvTimLiu) - Jason Lowe (https://github.com/jlowe) URL: #15706
- Loading branch information