bartekkuncer opened a new pull request #20847: URL: https://github.com/apache/incubator-mxnet/pull/20847
## Description ## With the upgrade of oneDNN to version 2.4+ tests/python/dnnl/subgraphs/test_conv_subgraph.py::test_pos_conv_add[True-data_shape1] started failing. During investigation of the problem it turned out that problem regards only cases with amount of input channels lower than 4 and switching away from primitive with weight dnnl::format_tag ABcd4b16a4b fixes the issue. This change implements the switch in MXNet and restores the original shape in the failing test (adjusted here: https://github.com/apache/incubator-mxnet/pull/20662). This is only temporary solution until the full fix arrives. Problem tracking issue: https://github.com/apache/incubator-mxnet/issues/20826. ## Checklist ## ### Changes ### - [x] Implement switching away from problematic primitive description - [x] Restore original shape in failing test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
