aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsay <say@yandex-team.ru>2022-06-17 11:58:35 +0300
committersay <say@yandex-team.ru>2022-06-17 11:58:35 +0300
commit1784f975e4b0466339b704c3e4955e2ddd7bd23d (patch)
tree09d92bb50986b1086a1a637f8317d1bf999de015
parent20de76014dc5dc07f17d727febf1d49dc14c7996 (diff)
downloadydb-1784f975e4b0466339b704c3e4955e2ddd7bd23d.tar.gz
DEVTOOLSSUPPORT-17388: Put build flags to ymake.core.conf
ref:e0f5a3a27d3563dca2e58a8d250dfa67e00d6c60
-rw-r--r--build/ymake.core.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 846a8fd8e8f..a6e62bb1ff4 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -9590,6 +9590,12 @@ macro COMPILE_SWIFT_MODULE(SRCS{input}[], BRIDGE_HEADER{input}="", Flags...) {
TEST_TOOL_HOST_LOCAL=
TEST_TOOL_TARGET_LOCAL=
+when ($MOST_USED_CUDA) {
+ CUDA_VERSION=11.4
+ CUDNN_VERSION=8.0.5
+ TENSORRT_VERSION=7
+}
+
when ($TENSORFLOW_WITH_CUDA) {
CUDA_REQUIRED=yes
}