|
{"ErrorIllegalAddress: While executing a kernel, the device encountered a load or store instruction on an invalid memory address.\nThis leaves the process in an inconsistent state and any further CUDA work will return the same error.\nTo continue using CUDA, the process must be terminated and relaunched."}
ErrorIllegalAddress
"an illegal memory access was encountered"
"CUDA_ERROR_ILLEGAL_ADDRESS"
"ErrorIllegalAddress: While executing a kernel, the device encountered a load or store instruction on an invalid memory address.\nThis leaves the process in an inconsistent state and any further CUDA work will return the same error.\nTo continue using CUDA, the process must be terminated and relaunched." |
|