Hi,
I am trying to use the kspaceFirstOrdre3D-CUDA code to simulate non-linear acoustics on a Titan X GPU. With my old graphic card GeForce GT 730 the code worked even if the GPU was not powerfull enough to speed up the execution. But now with my new Titan X card, I systematically get that error when I try to launch the code :
"Error : All CUDA-capable devices are busy or unavailable".
I read in the K-wave documentation that the CUDA code is complied for Maxwell graphic cards. My Titan X has a Pascal architecture. Is it why the code execution returns that error ? If so, is it possible to make the CUDA code work with a Pascal card, and how to do so ?
Thanks in advance for your reply.