CUDAfy使用Visual C#Express 2010和Windows 8

时间:2012-12-02 10:17:43

标签: c# cuda nvcc

有没有人成功获得CUDAfy C#项目的样本?

执行CudafyTranslator.Cudafy()时出现此错误:

{Cudafy.CudafyCompileException: Compilation error: nvcc : fatal error : Visual Studio configuration file '(null)' could not be found for installation at 'C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin/../..'

   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(ePlatform platform)
   at CudafyExamples.Arrays.ArrayBasicIndexing.Execute() in C:\Users\Michael Routitski\Downloads\CudafyV1.12\CudafyV1.12\CudafyExamples\Arrays\ArrayBasicIndexing.cs:line 40}

我尝试寻找解决方案并尝试了

中建议的解决方案

CUDA linking error - Visual Express 2008 - nvcc fatal due to (null) configuration file

我还安装了Windows Development SDK 8,它没有帮助。我找不到启动WD SDK配置工具的文件...(Windows 8问题?)

这似乎是将CUDA编译器与Visual C#/ C ++ Express集成的常见问题......

0 个答案:

没有答案