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

Commit

Permalink
Re-Enabling Large Tensor Nightly on GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Kumar Srivastava committed Feb 5, 2020
1 parent 4054355 commit 4e871db
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tests/nightly/JenkinsfileForBinaries
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,22 @@ 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)
}
}
},*/
},
'Test Large Vector: 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_vector', true)
}
}
},
'Gluon estimator: GPU': {
node(NODE_LINUX_GPU) {
ws('workspace/estimator-test-gpu') {
Expand Down

0 comments on commit 4e871db

Please sign in to comment.