migraphx-benchmark / AMDMIGraphX

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

LayerNormalization operator is unsupported #100

Closed attila-dusnoki-htec closed 11 months ago

attila-dusnoki-htec commented 1 year ago

Failing tests:

attila-dusnoki-htec commented 1 year ago

Operator description: https://github.com/onnx/onnx/blob/main/docs/Operators.md#LayerNormalization

Tests: https://github.com/onnx/onnx/blob/main/docs/TestCoverage.md#layernormalization

oneDNN support: https://oneapi-src.github.io/oneDNN/group_dnnl_api_layer_normalization.html

attila-dusnoki-htec commented 1 year ago

Reference implementation: https://github.com/onnx/onnx/blob/main/onnx/backend/test/case/node/layernormalization.py#L13

MIGraphX implementation of BN and IN

attila-dusnoki-htec commented 11 months ago

Resolved in https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/pull/2242