Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

illegal memory access error with DepthSenseCUDA #3

Open
ahsan-abdullah opened this issue Aug 31, 2016 · 3 comments
Open

illegal memory access error with DepthSenseCUDA #3

ahsan-abdullah opened this issue Aug 31, 2016 · 3 comments

Comments

@ahsan-abdullah
Copy link

ahsan-abdullah commented Aug 31, 2016

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

@jorgearroyop
Copy link

jorgearroyop commented Nov 3, 2016

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));

Thanks
Jorge

@jorgearroyop
Copy link

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.

s_SDFVoxelSize = 0.006f

Jorge

@Ivy147
Copy link

Ivy147 commented Dec 8, 2017

I got this error too.
And change a better video card with bigger memory is a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants