cuda C使用boost庫

本次實驗的前提是cuda環境和boost環境都搭建好了。 使用nvcc編譯含有boost庫的代碼。 nvcc cuda_Array.cu -o Array -I. -arch=sm_35 就可以了。 一下是我的代碼,前提是目錄下一定要求data.txt文件,要不然會出錯。 #include <iostream> #include <vector> #include <algorithm> #inc
相關文章
相關標籤/搜索