Constant cudaErrorMisalignedAddress

Source
pub const cudaErrorMisalignedAddress: cudaError = 716;
Expand description

The device encountered a load or store instruction on a memory address which is not aligned. This leaves the process in an inconsistent state and any further CUDA work will return the same error. To continue using CUDA, the process must be terminated and relaunched.