anirudh2290 commented on a change in pull request #11630: [WIP] Fix flaky test
test_deconvolution
URL: https://github.com/apache/incubator-mxnet/pull/11630#discussion_r201835765
##########
File path: Jenkinsfile
##########
@@ -667,6 +680,21 @@ try {
}
}
},
+ 'Python3: MKLDNN-GPU-NOCUDNN': {
+ node('mxnetlinux-gpu') {
+ ws('workspace/ut-python3-mkldnn-gpu-nocudnn') {
+ withEnv(['CUDNN_DISABLED=ON']) {
Review comment:
well this test will only be ignored if the decorator is added, so only when
cudnn off and for operators that dont support the configuration. People making
changes to cudnn behavior should not be affected by this. Its a global try
catch when cudnn is disabled for ops that dont support the configuration.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services