開發平台(Platform): (Ex: Win10, Linux, ...)
win7
編譯器(Ex: GCC, clang, VC++...)+目標環境(跟開發平台不同的話需列出)
Visual Studio 2017
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
CUDA9
問題(Question):
以前在CUDA都要用A[i*col+j]來表示A[i][j]的值
但我在這個網站有看到在CUDA程式中使用A[i][j]
但我執行結果印出來c矩陣都是0
請問是哪裡有問題
餵入的資料(Input):
預期的正確結果(Expected Output):
印出C=A+B的結果
錯誤結果(Wrong Output):
程式碼(Code):(請善用置底文網頁, 記得排版)
http://www.cnblogs.com/jugg1024/p/4349243.html
http://codepad.org/iXPPGSAD
補充說明(Supplement):