From 2972ed5b569609bbe53ab47673e5f0eaaea69c65 Mon Sep 17 00:00:00 2001 From: Rohit Kumar Srivastava Date: Fri, 7 Feb 2020 20:03:21 +0000 Subject: [PATCH] enabling build stage gpu_int64 to enable large tensor nightly runs --- tests/nightly/JenkinsfileForBinaries | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/nightly/JenkinsfileForBinaries b/tests/nightly/JenkinsfileForBinaries index c4ab5378a74c..488dccff7dcb 100755 --- a/tests/nightly/JenkinsfileForBinaries +++ b/tests/nightly/JenkinsfileForBinaries @@ -49,7 +49,7 @@ core_logic: { utils.pack_lib('cpu_int64', mx_cmake_lib) } } - }, + }*/, 'GPU: USE_INT64_TENSOR_SIZE': { node(NODE_LINUX_GPU) { ws('workspace/build-gpu-int64') { @@ -58,7 +58,7 @@ core_logic: { utils.pack_lib('gpu_int64', mx_cmake_lib) } } - }*/ + } } stage('NightlyTests'){