victorgabriel66 / engine-cuda

Automatically exported from code.google.com/p/engine-cuda
GNU General Public License v3.0
0 stars 0 forks source link

Cuda error in file 'aes_cuda.cu' in line 1639: invalid texture reference. #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The following line:

  1639:    CUDA_MRG_ERROR_CHECK(cudaGetTextureReference(&texref_RDK,"texref_dk"));

causes the following error:

  Cuda error in file 'aes_cuda.cu' in line 1639: invalid texture reference.

I commented this line, and I do not get this error.  Not sure if that is 
correct though.
-- Amal

Original issue reported on code.google.com by Amal.Kha...@gmail.com on 5 Apr 2013 at 4:06