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

tests/python/dnnl/subgraphs/test_conv_subgraph.py::test_pos_conv_...[...-data_shape1] fail with oneDNN v2.4+ #20826

@bartekkuncer

Description

@bartekkuncer

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]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions