From e15189d8c45cade5417fa56b6aef2b95b0ed1d15 Mon Sep 17 00:00:00 2001 From: Joseph Redmon Date: Fri, 7 Apr 2017 14:17:39 -0700 Subject: [PATCH] :fire: :fire: :fire: --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f0de805ffb6..029d02cb7b6 100644 --- a/Makefile +++ b/Makefile @@ -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