Skip to content

Commit

Permalink
Commented in the Makefile: -gencode arch=compute_86,code=[sm_86,compu…
Browse files Browse the repository at this point in the history
…te_86]
  • Loading branch information
AlexeyAB committed Dec 1, 2020
1 parent e87042a commit eb208de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Expand Up @@ -20,11 +20,13 @@ DEBUG=0
ARCH= -gencode arch=compute_35,code=sm_35 \
-gencode arch=compute_50,code=[sm_50,compute_50] \
-gencode arch=compute_52,code=[sm_52,compute_52] \
-gencode arch=compute_61,code=[sm_61,compute_61] \
-gencode arch=compute_86,code=[sm_86,compute_86]
-gencode arch=compute_61,code=[sm_61,compute_61]

OS := $(shell uname)

# GeForce RTX 3070, 3080, 3090
# ARCH= -gencode arch=compute_86,code=[sm_86,compute_86]

# Kepler GeForce GTX 770, GTX 760, GT 740
# ARCH= -gencode arch=compute_30,code=sm_30

Expand Down

0 comments on commit eb208de

Please sign in to comment.