Not 100% sure when it happens but I am hitting this when doing some benchmarks for cuda.compute here NVIDIA/cccl#7341 in the histogram/even Python implementation.
All previous run work fine but does seem to happen in the same one consistently.
Run: [51/192] base [Device=0 T=I32 Elements=2^16 Bins=2048 Entropy=0.201]
/workspace/nvbench/detail/timestamps_kernel.cu:62: Cuda API call returned error: cudaErrorIllegalAddress: an illegal memory access was encountered
Command: 'cudaHostUnregister(&m_host_timestamps)'⏎
In general I think we need a way to ignore/skip these errors so that the run can finish regardless?