migraphx-benchmark / AMDMIGraphX

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

ScatterElements unsupported reduction modes and duplicate index support #73

Closed mirza-halilcevic closed 8 months ago

mirza-halilcevic commented 1 year ago

A reduction attribute has been added to ScatterElements and ScatterND since opset v16 and support needs to be added.

attila-dusnoki-htec commented 12 months ago

Failing tests:

RuntimeError: /code/AMDMIGraphX/src/onnx/parse_scatter.cpp:54: parse: PARSE_SCATTER: unsupported reduction mode max/max

music-dino commented 11 months ago

test_scatter_elements_with_duplicate_indices_cpu fails due to lack of duplicate index handling