From 708031c0274a730dfd99820fd49351785a60e2d7 Mon Sep 17 00:00:00 2001 From: aamir Date: Sat, 2 Jun 2018 19:51:50 -0700 Subject: mma working for type32_32 --- cuda-kernels/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cuda-kernels/Makefile') 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: -- cgit v1.3