diff options
| author | aamir <[email protected]> | 2018-05-30 23:07:44 -0700 |
|---|---|---|
| committer | aamir <[email protected]> | 2018-05-30 23:07:44 -0700 |
| commit | fa0089a5d3a86ef348fae9a83a862f5219892bab (patch) | |
| tree | 72a2b80c81ce115d1c1cad7ecc965784d427f70d /cuda-kernels/Makefile | |
| parent | 5b1ba75a3d5d02fbc12b5218abaaae4fcf2b5c2d (diff) | |
adding code for wmma_ld_impl, error at decode space
Diffstat (limited to 'cuda-kernels/Makefile')
| -rwxr-xr-x | cuda-kernels/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cuda-kernels/Makefile b/cuda-kernels/Makefile index 51a7760..673460f 100755 --- a/cuda-kernels/Makefile +++ b/cuda-kernels/Makefile @@ -1,5 +1,6 @@ all: tensor_core.cu - nvcc -arch=sm_70 -lcudart -g -o tensor_core tensor_core.cu + nvcc --gpu-architecture=compute_70 --gpu-code=compute_70 -lcudart -g -o tensor_core tensor_core.cu +# nvcc -arch=sm_70 -lcudart -g -o tensor_core tensor_core.cu .PHONY: clean: |
