Skip to content

Commit

Permalink
Re-Enabling Large Tensor Nightly on GPU (apache#16164)
Browse files Browse the repository at this point in the history
  • Loading branch information
access2rohit authored and Ubuntu committed Feb 19, 2020
1 parent 0af9e71 commit 107fde4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/nightly/JenkinsfileForBinaries
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ core_logic: {
}
}
},*/
// https://github.com/apache/incubator-mxnet/issues/14981
/*'Test Large Tensor Size: GPU': {
'Test Large Tensor Size: GPU': {
node(NODE_LINUX_GPU) {
ws('workspace/large_tensor-gpu') {
utils.unpack_and_init('gpu_int64', mx_cmake_lib)
utils.docker_run('ubuntu_nightly_gpu', 'nightly_test_large_tensor', true)
utils.docker_run('ubuntu_nightly_gpu', 'nightly_test_large_vector', true)
}
}
},*/
},
'Gluon estimator: GPU': {
node(NODE_LINUX_GPU) {
ws('workspace/estimator-test-gpu') {
Expand Down

0 comments on commit 107fde4

Please sign in to comment.