bartekkuncer opened a new issue #20826:
URL: https://github.com/apache/incubator-mxnet/issues/20826


   ## Description
   
tests/python/dnnl/subgraphs/test_conv_subgraph.py::test_pos_conv_add[True-data_shape1]
 fails with oneDNN v2.4+ when the shape is (4, 3, 24, 24). After further 
investigation it turned out that the problem occurs for the amount of input 
channels (second dim) lower than 4. Filled ticket against oneDNN 
https://jira.devtools.intel.com/browse/MFDNN-6952 pinpointing oneDNNs change 
that broke our fuse. Unfortunately the reproducer I got turned out not to work 
properly due to some other kind of error. As we need oneDNN in v2.4+ to be able 
to introduce new features to MXNet I temporarily changed the amount of input 
channels to 4. As soon as this bug gets fixed shape it the test should be 
restored to its original value.
   
   ## To Reproduce
   
   [WIP]


-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to