This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Description
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. Filled ticket against oneDNN 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
MXNET_MODULE_SEED=2004460228 py.test tests/python/dnnl/subgraphs/test_conv_subgraph.py::test_pos_conv_act_add[True-leakyrelu-True-data_shape1]
OR
MXNET_TEST_SEED=611986026 py.test tests/python/dnnl/subgraphs/test_conv_subgraph.py::test_pos_conv_act_add[True-gelu-True-data_shape1]