Search code examples
cudacudafy.net

"CUDA directory not found"


I'm trying to install CUDAfy.NET for the first time but after installation I receive this error when I click "Run CUDA Test" on the CUDAfy viewer. I looked around but can only find one instance of this issue here: https://cudafy.codeplex.com/workitem/953.

I also get the same error when I try and perform the method CudafyTranslator.Cudafy()

What could be causing this? Do I need to point something to a directory?


Solution

  • The current version (1.28) of Cudafy.Net only supports CUDA Toolkit 6.5. The default CUDA Toolkit to download on NVIDIA website is the version 7.0. Make sure you download and install version 6.5.

    Note that CUDA Toolkit 7.0RC was released only 9 days (as of January 13th 2015) after Cudafy.Net 1.28 was released, so you can probably expect to be able to use 7.0 with the next version of Cudafy.Net (which isn't released yet, obviously).