開發平台(Platform): (Ex: Win10, Linux, ...)
Win7
編譯器(Ex: GCC, clang, VC++...)+目標環境(跟開發平台不同的話需列出)
Dev-C++
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
CUDA
問題(Question):
由於目前研究上的需要寫CUDA,目前先裝好Dev-C++,
在環境變數上加入了CUDA的.h檔案,但是編譯會出問題
餵入的資料(Input):
無
預期的正確結果(Expected Output):
無錯誤
錯誤結果(Wrong Output):
[Error] cuda_runtime.h:
No such file or directory
程式碼(Code):(請善用置底文網頁, 記得排版)
#include <stdio.h>
#include "cuda_runtime.h"
#include "device_launch_parameters.h"
補充說明(Supplement):