Commit 538de238 authored by Davis King's avatar Davis King

merged

parents f9cb3150 5dad959a
......@@ -2,6 +2,9 @@
cmake_minimum_required(VERSION 2.8.4)
project(cuda_test)
include_directories(..)
add_definitions(-DDLIB_USE_CUDA)
find_package(CUDA 7.5 REQUIRED)
set(CUDA_HOST_COMPILATION_CPP ON)
list(APPEND CUDA_NVCC_FLAGS "-arch=sm_30;-std=c++11;-D__STRICT_ANSI__")
......
// Copyright (C) 2015 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#include <cuda_runtime.h>
#include "cuda_utils.h"
#include "cuda_dlib.h"
// ------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment