Quantcast
Channel: CUDAfy.NET
Viewing all articles
Browse latest Browse all 1169

New Post: System.ComponentModel.Win32Exception (0x80004005)

$
0
0
-- I executed CudafyViewer.exe, result = "pass"

-- I am executing CudafyV1.29 with Cuda Toolkit 7.0 on a windows 7 x64 machine.

-- the example projects build successfully.

-- the issue I have is identical to a previous post in this forum. That user did not receive an answer. Here is the post: https://cudafy.codeplex.com/discussions/561534

...the user described the issue better than I can. Please see his post for more details.

-- How can I get past the exception show below?


Running examples using Tesla C2070

Chapter 3

hello_world
Hello, World!

simple_kernel
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startIn
fo)
at System.Diagnostics.Process.Start()
at Cudafy.CudafyModule.Compile(CompileProperties[] props)
at Cudafy.Translator.CudafyTranslator.Cudafy(IEnumerable`1 props, Type[] type
s)
at Cudafy.Translator.CudafyTranslator.Cudafy(CompileProperties prop, Type[] t
ypes)
at Cudafy.Translator.CudafyTranslator.Cudafy(ePlatform platform, eArchitectur
e arch, Version cudaVersion, Boolean compile, Type[] types)
at Cudafy.Translator.CudafyTranslator.Cudafy(ePlatform platform, eArchitectur
e arch, Type[] types)
at Cudafy.Translator.CudafyTranslator.Cudafy()
at CudafyByExample.simple_kernel.Execute() in C:\CUDA\CudafyV1.29\CudafyByExa
mple\chapter03\simple_kernel.cs:line 20
at CudafyByExample.Program.Main(String[] args) in C:\CUDA\CudafyV1.29\CudafyB
yExample\Program.cs:line 32

Viewing all articles
Browse latest Browse all 1169

Trending Articles