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_r201820483
##########
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 that approach would also work. but this is cleaner. for example,
someone adding a new op which doesnt support cudnn off may have a different
wording for example.
----------------------------------------------------------------
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