https://github.com/Microsoft/CNTK
Revision f1781446d161880917bc0d159b62be746e80594c authored by Bowen Bao on 25 October 2018, 00:34:01 UTC, committed by Bowen Bao on 13 December 2018, 00:10:31 UTC
* Move to support CUDA 10, cudnn 7.3, cub 1.8.
* Fixed a bug related to "pointer to pin pointer is disallowed" #3063,
which is exposed in newer version vctools.
* Added workaround for a potential vs2017 15.9 bug with cntk Debug
version.
1 parent 93e1009
Raw File
Tip revision: f1781446d161880917bc0d159b62be746e80594c authored by Bowen Bao on 25 October 2018, 00:34:01 UTC
Support CUDA 10
Tip revision: f178144
CMakeLists.txt
cmake_minimum_required(VERSION 3.8)

project(CNTK)

include(Tools/cmake/options.cmake REQUIRED)
include(Tools/cmake/common.cmake REQUIRED)
include(Tools/cmake/cntk_common.cmake REQUIRED)

add_subdirectory(bindings/csharp/swig)

include(Tools/cmake/debug.cmake REQUIRED)
back to top