summaryrefslogtreecommitdiff
path: root/cuda-kernels/Makefile
blob: 73a4f0c0a9912e438284d85cfffd6aa92fa6597d (plain)
1
2
3
4
5
6
7
8
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:
clean:
	rm tensorcore 
#	nvcc -arch=sm_70 --gpu-architecture=compute_50 --gpu-code=compute_50 -lcudart -g -o tensor_core tensor_core.cu