From 0a342d718ede0c363da223345607d493584c4591 Mon Sep 17 00:00:00 2001
From: Edmond Yoo <hj3yoo@uwaterloo.ca>
Date: Sat, 13 Oct 2018 06:16:06 +0000
Subject: [PATCH] Cleaning & commenting #1 - opencv_dnn.py
---
.circleci/config.yml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 62dfdca..8a6ebfe 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -7,4 +7,10 @@
working_directory: ~/work
steps:
- checkout
+ - run: make LIBSO=1 GPU=0 CUDNN=0 OPENCV=0 -j 8
+ - run: make clean
+ - run: make LIBSO=1 GPU=0 CUDNN=0 OPENCV=1 -j 8
+ - run: make clean
- run: make LIBSO=1 GPU=1 CUDNN=1 OPENCV=1 -j 8
+ - run: make clean
+ - run: make LIBSO=1 GPU=1 CUDNN=1 OPENCV=1 CUDNN_HALF=1 -j 8
--
Gitblit v1.10.0