AMDMIGraphX icon indicating copy to clipboard operation
AMDMIGraphX copied to clipboard

Unsupported operator: com.microsoft.FusedMatMul

Open gyulaz-htec opened this issue 1 year ago • 1 comments

  • MIGraphX commit: 352dcea
  • GPU: MI210 (gfx90a)
  • ROCm version: 5.7.0

Model(s) to reproduce:

  • https://github.com/gyulaz-htec/models/blob/migraphx_testing/text/machine_comprehension/bert-squad/model/bertsquad-12-int8.tar.gz

Fails at: /code/AMDMIGraphX/src/onnx/onnx_parser.cpp:419: parse_graph: Unknown operator: FusedMatMul

Note: More info at ContribOperators.md/com.microsoft.FusedMatMul

gyulaz-htec avatar Feb 15 '24 12:02 gyulaz-htec

Will need to scope out effort if we can reuse existing matmul parser for this variant of contrib op that does a MatMul

TedThemistokleous avatar Aug 07 '25 16:08 TedThemistokleous