Multiple GPUs instead of just sm_52

This commit is contained in:
Joseph Redmon 2015-07-21 16:13:41 -07:00
parent d00f0a1ccd
commit 9dd0cab9dc

View File

@ -1,8 +1,8 @@
GPU=1
OPENCV=1
GPU=0
OPENCV=0
DEBUG=0
ARCH= -arch=sm_52
ARCH= --gpu-architecture=compute_20 --gpu-code=compute_20
VPATH=./src/
EXEC=darknet