You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2021. It is now read-only.
I'm using Windows 10 version 1903.
I have Visual Studio 2019 Version 16.6.5 with MSVC v142 x64/x86 build tools (v.14.26).
I've installed .NET Framework 4.8 SDK.
I've installed CUDA Toolkit v. 10.2 (cuda_10.2.89_441.22_win10.exe file).
CUDA is on the system environment variables:
I've rebuild and run CudafyByExample in Debug x64.
The code runs OK until the line 31 with the output Running example using GeForce GT 720 but it throws the following exception in CudafyModule km = CudafyTranslator.Cudafy() line:.
Cudafy.CudafyCompileException: CUDA directory not found.
at Cudafy.CompilerHelper.Create(ePlatform platform, eArchitecture arch, eCudafyCompileMode mode, String workingDir, Boolean debugInfo)
at Cudafy.Translator.CudafyTranslator.Cudafy()
at Analyzer.Tests.CudafyTest2.Start() in D:\Projects\TraderSolution\Analyzer\Tests\CudafyTest2.cs:line 34
at Analyzer.Program.Main(String[] args) in D:\Projects\TraderSolution\Analyzer\Program.cs:line 49