Skip to content

Commit 283156c

Browse files
authored
Raspberry Pi with Ubuntu 20.04 OS
1 parent 3120890 commit 283156c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile.config.cp38_aarch64-linux-gnu_example

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ CUDA_DIR := /usr/local/cuda
3333

3434
# CUDA architecture setting: going with all of them.
3535
# For CUDA < 6.0, comment the lines after *_35 for compatibility.
36-
# CUDA_ARCH := -gencode arch=compute_20,code=sm_20 \
37-
# -gencode arch=compute_20,code=sm_21 \
38-
# -gencode arch=compute_30,code=sm_30 \
36+
# CUDA_ARCH := -gencode arch=compute_30,code=sm_30 \
3937
# -gencode arch=compute_35,code=sm_35 \
4038
# -gencode arch=compute_50,code=sm_50 \
4139
# -gencode arch=compute_52,code=sm_52 \

0 commit comments

Comments
 (0)