Skip to content

Commit

Permalink
🔥 🔥 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreddie committed Apr 7, 2017
1 parent 179ed8e commit e15189d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARCH= -gencode arch=compute_20,code=[sm_20,sm_21] \
-gencode arch=compute_52,code=[sm_52,compute_52]

# This is what I use, uncomment if you know your arch and want to specify
ARCH= -gencode arch=compute_52,code=compute_52
# ARCH= -gencode arch=compute_52,code=compute_52

VPATH=./src/
EXEC=darknet
Expand Down

0 comments on commit e15189d

Please sign in to comment.