Skip to content

Commit 21aee07

Browse files
committed
Last change to gencode flags
1 parent 0875459 commit 21aee07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • posts/cuda-aware-mpi-example/src

posts/cuda-aware-mpi-example/src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ MPICFLAGS=-I${MPI_HOME}/include
1818
CUDACFLAGS=-I${CUDA_INSTALL_PATH}/include
1919

2020
GENCODE_SM13 := -gencode arch=compute_13,code=sm_13
21-
GENCODE_SM20 := -gencode arch=compute_20,code=sm_20 -gencode arch=compute_20,code=compute_20
21+
GENCODE_SM20 := -gencode arch=compute_20,code=\"sm_20,compute_20\"
2222
GENCODE_SM30 := -gencode arch=compute_30,code=sm_30
2323
GENCODE_SM35 := -gencode arch=compute_35,code=sm_35
2424
GENCODE_FLAGS := $(GENCODE_SM13) $(GENCODE_SM20)

0 commit comments

Comments
 (0)