From 98813ad520e39541fbe3607ebb2f2519936955c7 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Wed, 29 Jul 2015 18:37:07 +0000
Subject: [PATCH] small bug in forward_network_gpu

---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 32ff4c0..1f8c84b 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 OPENCV=0
 DEBUG=0
 
-ARCH= -arch=sm_52
+ARCH= --gpu-architecture=compute_20 --gpu-code=compute_20
 
 VPATH=./src/
 EXEC=darknet

--
Gitblit v1.10.0