starting gpu with thrust

This commit is contained in:
2019-12-10 02:04:36 -05:00
parent 64ee4e53f4
commit eea3c2d414
7 changed files with 326 additions and 0 deletions

8
gpu-slo/Makefile Normal file
View File

@@ -0,0 +1,8 @@
main : main.cu util.h
nvcc -o main -std=c++11 main.cu
clean :
rm main
run : main
./main