달력

32024  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

CUDA Env Error

http://inclaude.blogspot.com/2011/09/cuda-env-error.html

The result "" of evaluating the value "$(CudaBuildTasksPath)" of the "AssemblyFile" attribute in element <UsingTask> is not valid. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations\CUDA 4.0.targets
1. Close Solution on the Visual Studio
2. Find project file.
vcxproj file:
look for
<ImportGroup Label="ExtensionSettings" />
or
<ImportGroup Label="ExtensionSettings">
</ImportGroup>

replace with
<ImportGroup Label="ExtensionSettings">
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 4.0.props" />
</ImportGroup>
3. Done.




Env.
Visual Studio 2010
CUDA 4.0
Windows 7

Posted by sukay
|