開發平台(Platform): (Ex: VC++, GCC, Linux, ...)
VC pro 2012
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
CUDA
問題(Question):
最近實驗室要跑學長的碩論程式,該專案是2010年時寫的(vc2005)
其中程式碼有使用GPGPU cuda加速的部分
依照官網所說的 3.4節中有將一個專案使用cuda的功能
http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-microsoft-windows
也參考的一些網頁,但就是無法成功編譯成功 (sample code有編譯成功)
估計是哪個環節弄不對...搞了半天也弄不出來
想詢問我的做法是否有疏漏的環節呢?
附上Cuda相關設定(圖)
C/C++ -> 一般 -> 其它include目錄
https://dl.dropboxusercontent.com/u/110205128/C%2B%2B_INCLUDE.png
CUDA C/C++ -> CUDA Toolkit Custom Dir
https://dl.dropboxusercontent.com/u/110205128/CUDA_C_C%2B%2B_Common.png
連結器 -> 輸入 -> 其它相依性
https://dl.dropboxusercontent.com/u/110205128/linker.png
錯誤結果(Wrong Output):
https://dl.dropboxusercontent.com/u/110205128/error.png
https://dl.dropboxusercontent.com/u/110205128/error1.png
https://dl.dropboxusercontent.com/u/110205128/error_2.png
程式碼(Code):(請善用置底文網頁, 記得排版)
有使用到的標頭檔 "cutil.h"
補充說明(Supplement):
另有以上全部圖片一次下載壓縮檔
https://dl.dropboxusercontent.com/u/110205128/all.zip
謝謝各位大大的幫助