gcostantini Posted August 23, 2018 Share Posted August 23, 2018 I am getting the following error when running any of the c-examples CUDA error at DataProcessUtil::UpdateConstCudaCameraParams:22 code=13(cudaErrorInvalidSymbol) "cudaGetSymbolSize(&size, constCudaCameraParams)" this is the full output: c:\sample-CameraControl.exe Parse fail Parse fail Parse fail Parse fail Device_Vive2 observer ExternalCommandModule (first) ViveSR_CreateModule 0 [Depth Spatial Engine] [2018-08-23 17:56:26] [LOG] Vive Depth Spatial Construction Depth observer ExternalCommandModule (first) ViveSR_CreateModule 0-2-2 -2-2 CUDA error at DataProcessUtil::UpdateConstCudaCameraParams:22 code=13(cudaErrorInvalidSymbol) "cudaGetSymbolSize(&size, constCudaCameraParams)" Link to comment Share on other sites More sharing options...
DaKenpachi Posted August 24, 2018 Share Posted August 24, 2018 Which grafics card are you using? And which driver? Link to comment Share on other sites More sharing options...
gcostantini Posted August 24, 2018 Author Share Posted August 24, 2018 GeForce GTX Titan Version 398.82 Link to comment Share on other sites More sharing options...
gcostantini Posted August 24, 2018 Author Share Posted August 24, 2018 We ended up getting a new GPU a 1080 Ti and this fixed the CUDA errors. I just wonder what the dependency was and what was missing in the old Titan. Link to comment Share on other sites More sharing options...
DaKenpachi Posted August 27, 2018 Share Posted August 27, 2018 As you can see from The CUDA Website the (old) Titan only supports CUDA 3.5, while more recent cards have CUDA 5.2 or higher. So maybe that was the problem ;) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.