unspecified launch failure in prior launch. unspecified launch failure in prior laun

Hello,

I got this error and I dont know the cause,

Cuda error in file 'src/file.cu' in line 646 : unspecified launch failure in prior launch.

Is there a way to determine the cause of a such error?

In my cuda_profile_log I have just the memory copies, kernels has not been executed !!!,

This error is printed evry time I try to copy from device to host !

Thanks,

Hi there,

was it working with CUDA 0.8?

Maybe similiar to my problem?
[url=“http://forums.nvidia.com/index.php?showtopic=42785”]http://forums.nvidia.com/index.php?showtopic=42785[/url]

Best

I usually get this error when I write to a memory location that wasn’t allocated.

I got this error message too. But actually I got this only when I’m using 2 different threads for the GPU computation and the rendering. The rendering thread is at 30MHz and the GPU thread (where I’m doing all the CUDA calls) is at 1000MHz. The only item used by the rendering thread is a float array (located on the host memory) which is copied by the GPU thread (no cuda call and no direct interaction with OpenGL via a buffer).

And when I’m using one single thread at 1000MHz (I’m doing the rendering every 30 iterations or so then) everything’s fine.

Any clue? Thanks.

edit: I’m using CUDA 1.0 with a 8800GTX on a Dell Precision 690