Joseph Redmon
2015-07-21 9dd0cab9dc73657e19e2a9cc372dd27311103c5e
Multiple GPUs instead of just sm_52
1 files modified
6 ■■■■ changed files
Makefile 6 ●●●● patch | view | raw | blame | history
Makefile
@@ -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