看板 C_and_CPP 關於我們 聯絡資訊
開發平台(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 謝謝各位大大的幫助 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 118.169.92.241 ※ 文章網址: http://www.ptt.cc/bbs/C_and_CPP/M.1420454491.A.73C.html
happyniu: cuda版本更新很快的。cutil.h貌似是以前版本的庫的名稱 01/05 20:35
happyniu: ,不知道你現在的cuda版本是什麼。 01/05 20:36
我是使用最新的cuda sdk 6.5
tubbysong: 1Google CUDA cutil.h where is it? 01/05 22:08
tubbysong: 在3.2~4.1中有這 01/05 22:09
sky391: Header? 01/05 22:12
原先沒有想到後面版本不支援cutil.h標頭的問題QQ 找到一篇關於cutil.h 的問題 http://stackoverflow.com/questions/14919613 是說版本太舊5.0以後的不支援 需要下載較舊的sdk版本然後編譯 現在只怕弄好cutil.h標頭檔後 還有其它問題.. ※ 編輯: issuemylove (118.169.92.241), 01/06/2015 10:37:49
chigi: 一般來說,通常剛接手最好是確定各SDK版本比較容易啦@@ 01/06 14:18
chigi: 不然除了這個說不定還有其他SDK版本也有差異,就改不完了 01/06 14:19
hoshi1992: 改平台成64位元 05/17 15:31