xiaotaiye / cusp-library

Automatically exported from code.google.com/p/cusp-library
Apache License 2.0
0 stars 0 forks source link

Error encountered when Cuspv0.3 is included with Visual C++ #101

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is the first time I am trying to include cusp library with my cuda 
program.  I encounter the following problem when trying to run my first program 
using the cusp library:
<path_to_some_local_temp_files_directory>tmpxft_00000fbc_00000000-0_kernel.cudaf
e1.gpu: No such file or directory

This is how I installed CUSP
1.Made a directory C:\CUDA\include
2.Extracted contents of cusp 0.3 library and examples into the
folder.  There are 2 folders in C:\CUDA\include: one for the cusp
library, one for the examples
3.Made a new project for the example using cusp library and tried to build the 
project

(I am using Visual Studio 2010)

Please let me know how this error can be solved.  Thanks in advance.  

Original issue reported on code.google.com by hswe...@gmail.com on 12 Oct 2012 at 4:40