diff options
Diffstat (limited to 'SpMV/baselines/gpu/Makefile')
-rw-r--r-- | SpMV/baselines/gpu/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/SpMV/baselines/gpu/Makefile b/SpMV/baselines/gpu/Makefile new file mode 100644 index 0000000..d2e0c00 --- /dev/null +++ b/SpMV/baselines/gpu/Makefile @@ -0,0 +1,5 @@ +all: + /usr/local/cuda/bin/nvcc app.cu -I/usr/local/cuda/include -lm -o spmv + +clean: + rm spmv |