From 3ff88375a5a8dcae05fb7b92f31fff804e38c078 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Mon, 06 Jun 2016 20:28:18 +0000 Subject: [PATCH] tactic script --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 03be143..28a0d17 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ OPENCV=0 DEBUG=0 -ARCH= --gpu-architecture=compute_20 --gpu-code=compute_20 +ARCH= --gpu-architecture=compute_52 --gpu-code=compute_52 VPATH=./src/ EXEC=darknet -- Gitblit v1.10.0