summaryrefslogtreecommitdiff
path: root/cuda-kernels/Makefile
diff options
context:
space:
mode:
authoraamir <[email protected]>2018-06-02 19:51:50 -0700
committeraamir <[email protected]>2018-06-02 19:51:50 -0700
commit708031c0274a730dfd99820fd49351785a60e2d7 (patch)
tree7f430125123e4316848983ee6b2174aa498bd4b6 /cuda-kernels/Makefile
parent57c32a360779c0b9899e692a0d60e7dbed6bb984 (diff)
mma working for type32_32
Diffstat (limited to 'cuda-kernels/Makefile')
-rwxr-xr-xcuda-kernels/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cuda-kernels/Makefile b/cuda-kernels/Makefile
index 673460f..73a4f0c 100755
--- a/cuda-kernels/Makefile
+++ b/cuda-kernels/Makefile
@@ -1,5 +1,5 @@
-all: tensor_core.cu
- nvcc --gpu-architecture=compute_70 --gpu-code=compute_70 -lcudart -g -o tensor_core tensor_core.cu
+all: tensorcore_type32_32.cu
+ nvcc --gpu-architecture=compute_70 --gpu-code=compute_70 -lcudart -g -o tensor_core tensorcore_type32_32.cu
# nvcc -arch=sm_70 -lcudart -g -o tensor_core tensor_core.cu
.PHONY: