summaryrefslogtreecommitdiff
path: root/VA/baselines/gpu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'VA/baselines/gpu/Makefile')
-rw-r--r--VA/baselines/gpu/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/VA/baselines/gpu/Makefile b/VA/baselines/gpu/Makefile
new file mode 100644
index 0000000..0b822b6
--- /dev/null
+++ b/VA/baselines/gpu/Makefile
@@ -0,0 +1,5 @@
+all:
+ /usr/local/cuda/bin/nvcc vec_add.cu -I/usr/local/cuda/include -lm -o va
+
+clean:
+ rm va