bartekkuncer opened a new pull request #20970:
URL: https://github.com/apache/incubator-mxnet/pull/20970


   ## Description ##
   
tests/python/dnnl/subgraphs/test_conv_subgraph.py::test_pos_conv_...[...-data_shape1]
 fail with oneDNN v2.4+ when the data_shape1 is (4, 3, 24, 24). After further 
investigation it turned out that the problem occurs for the amount of input 
channels (second dim) is lower than 4. There was a temporary fix in place: 
https://github.com/apache/incubator-mxnet/pull/20847 forcing blocking the 
weights by 8 instead of 16, but it turned out only to make the problem occur 
less often. Therefore until v2.6 of oneDNN arrives there will be no blocking 
the weights for convolutions with the amount of input channels lower than 4.


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


Reply via email to