summaryrefslogtreecommitdiff
path: root/BS/baselines/gpu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'BS/baselines/gpu/Makefile')
-rw-r--r--BS/baselines/gpu/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/BS/baselines/gpu/Makefile b/BS/baselines/gpu/Makefile
new file mode 100644
index 0000000..c5bafab
--- /dev/null
+++ b/BS/baselines/gpu/Makefile
@@ -0,0 +1,2 @@
+all:
+ nvcc -arch=sm_30 -m64 -Xcompiler -fPIC -shared -o cu_binary_search.so binary_search.cu -std=c++11