我通过 NuGet添加了对CUDAfy.NET库的引用。
<package id="CUDAfy.NET" version="1.12.4695.21111" targetFramework="net45" />
当我运行我的程序时,我点击了Win32Exception
:
该系统找不到指定的文件
这发生在程序的第一行:
CudafyModule km = CudafyTranslator.Cudafy();
异常对象没有任何迹象表明他们正在尝试加载什么文件。
我怎样才能解决这个问题?
编辑
使用 .NET 4.0 在 VS2010 中运行 Codeplex 下载的捆绑示例时,我看到了相同的异常。
轨迹轨迹为:
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at Cudafy.CudafyModule.Compile(eGPUCompiler mode, Boolean deleteGeneratedCode)
at Cudafy.Translator.CudafyTranslator.Cudafy(ePlatform platform, eArchitecture arch, Version cudaVersion, Boolean compile, Type[] types)
at Cudafy.Translator.CudafyTranslator.Cudafy(ePlatform platform, eArchitecture arch, Type[] types)
at Cudafy.Translator.CudafyTranslator.Cudafy()