We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eed308 commit 0875459Copy full SHA for 0875459
1 file changed
posts/cuda-aware-mpi-example/src/Makefile
@@ -18,7 +18,7 @@ MPICFLAGS=-I${MPI_HOME}/include
18
CUDACFLAGS=-I${CUDA_INSTALL_PATH}/include
19
20
GENCODE_SM13 := -gencode arch=compute_13,code=sm_13
21
-GENCODE_SM20 := -gencode arch=compute_20,code=\'compute_20,sm_20\'
+GENCODE_SM20 := -gencode arch=compute_20,code=sm_20 -gencode arch=compute_20,code=compute_20
22
GENCODE_SM30 := -gencode arch=compute_30,code=sm_30
23
GENCODE_SM35 := -gencode arch=compute_35,code=sm_35
24
GENCODE_FLAGS := $(GENCODE_SM13) $(GENCODE_SM20)
0 commit comments