migraphx-benchmark / AMDMIGraphX

AMD's graph optimization engine.
https://rocmsoftwareplatform.github.io/AMDMIGraphX/doc/html/
MIT License
0 stars 1 forks source link

CastLike operator is unsupported #69

Closed mirza-halilcevic closed 11 months ago

mirza-halilcevic commented 1 year ago

The CastLike operator is currently unsupported in MIGraphX.

CastLike is present since ONNX opset version 15.

music-dino commented 1 year ago

We determined in communication with AMD that we should wait for their side to implement it

attila-dusnoki-htec commented 12 months ago

Failing tests:

RuntimeError: /code/AMDMIGraphX/src/onnx/onnx_parser.cpp:417: parse_graph: Unknown operator: CastLike

attila-dusnoki-htec commented 11 months ago

Related issue: https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/issues/2151