You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting a cudaSafeCall() Runtime API error 77: an illegal memory access was encountered error after like 4 5 seconds of scan in the CUDA project. Do you have any ideas why it might be?
I am using KinectOne (the new Kinect) with NVIDIA Quadro K4200 GPU on Visual Studio 2012, Windows 10.
Thanks,
Ahsan
The text was updated successfully, but these errors were encountered:
Hi,
I'm experiencing a similar problem: error is thrown after 45 seconds (aprox) of scanning in the CUDA project:
Source\CUDAScan.cpp(36) : cudaSafeCall() Runtime API error 4: unspecified launch failure
The line of code where the error is pointing is:
cutilSafeCall(cudaMemcpy(&sum, &d_output[numElements - 1], sizeof(int), cudaMemcpyDeviceToHost));
Hi,
It seems that the error involved the cudaMemcpy from device to Host. One simple solution I found was increasing the voxel size in the zParametersDefault.txt.
Hi,
I am getting a cudaSafeCall() Runtime API error 77: an illegal memory access was encountered error after like 4 5 seconds of scan in the CUDA project. Do you have any ideas why it might be?
I am using KinectOne (the new Kinect) with NVIDIA Quadro K4200 GPU on Visual Studio 2012, Windows 10.
Thanks,
Ahsan
The text was updated successfully, but these errors were encountered: