Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ nvcc -ptx testingPTX.cu -o testingPTX.ptx
- testingPTX.cu
- c:\program files (x86)\microsoft visual studio 10.0\vc\include\codeanalysis\sour ceannotations.h(29): error: invalid redeclaration of type name "size_t"
- c:\program files (x86)\microsoft visual studio 10.0\vc\include\codeanalysis\sour ceannotations.h(29): warning: declaration of "size_t" does not match the expecte d type "unsigned long long"
- ./../../VC/INCLUDE\new(51): error: first parameter of allocation function must b e of type "size_t"
- ./../../VC/INCLUDE\new(55): error: first parameter of allocation function must b e of type "size_t"
- ./../../VC/INCLUDE\new(67): error: first parameter of allocation function must b e of type "size_t"
- ./../../VC/INCLUDE\new(79): error: first parameter of allocation function must b e of type "size_t"
- ./../../VC/INCLUDE\new(84): error: first parameter of allocation function must b e of type "size_t"
- ./../../VC/INCLUDE\new(87): error: first parameter of allocation function must b e of type "size_t"
- c:\program files\nvidia gpu computing toolkit\cuda\v5.0\include\common_functions .h(89): error: first parameter of allocation function must be of type "size_t"
- c:\program files\nvidia gpu computing toolkit\cuda\v5.0\include\common_functions .h(90): error: first parameter of allocation function must be of type "size_t"
- 9 errors detected in the compilation of "C:/cygwin/tmp/tmpxft_00002ecc_00000000- 8_testingPTX.cpp1.ii".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement