dashboard
repositories
filestore
activity
search
login
speedprog
/
mtg/mtg_card_detector
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Fixed Makefile for the CUDA 9.0
AlexeyAB
2017-10-19
75e3936aa1ed86cc44eedbd891a270c0c3c9c328
[~speedprog/mtg/mtg_card_detector.git]
/
.circleci
/
config.yml
1
2
3
4
5
6
7
8
9
version: 2.0
jobs:
build:
docker:
- image: nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04
working_directory: ~/work
steps:
- checkout
- run: make LIBSO=1 GPU=1 CUDNN=1 -j 8