Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Junczys-Dowmunt <Marcin.JunczysDowmunt@microsoft.com>2019-11-26 06:18:03 +0300
committerMarcin Junczys-Dowmunt <Marcin.JunczysDowmunt@microsoft.com>2019-11-26 06:18:03 +0300
commit26859d2e1583cfde3ea492e4a1dc865806c9fa3d (patch)
treec0093d2d28f125c144f3a029cb308d00e60160e2 /CMakeLists.txt
parenta1763e2d9e61600f46d894f7e2045c2f8e4036e5 (diff)
parent9e090e34720f32b97db8c640515d68100dba420f (diff)
Merge with ms-internal master
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4fada622..ff5def0e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -196,7 +196,7 @@ if(USE_STATIC_LIBS)
endif()
endif()
-find_package(CUDA "8.0") # TODO: only enable FP16-related options for compute_70 and higher.
+find_package(CUDA "9.0") # TODO: only enable FP16-related options for compute_70 and higher.
if(CUDA_FOUND)
# CUDA >= 10.0 requires CMake >= 3.12.2
if((CUDA_VERSION VERSION_EQUAL "10.0" OR CUDA_VERSION VERSION_GREATER "10.0") AND (CMAKE_VERSION VERSION_LESS "3.12.2"))