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