Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
enabling build stage gpu_int64 to enable large tensor nightly runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Kumar Srivastava committed Feb 7, 2020
1 parent 6533258 commit 2972ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/nightly/JenkinsfileForBinaries
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand All @@ -58,7 +58,7 @@ core_logic: {
utils.pack_lib('gpu_int64', mx_cmake_lib)
}
}
}*/
}
}

stage('NightlyTests'){
Expand Down

0 comments on commit 2972ed5

Please sign in to comment.