Add Parser for Attention Contrib OP #3790
Labels
enhancement
New feature or request
Onnx Operators
Adding or modifying an Onnx Operator in the MIGraphX codebase
onnxruntime
PR changes interaction between MIGraphX and Onnxruntime
Perf Improve
Need support for the Onnxruntime Attention Contrib op
https://github.com/microsoft/onnxruntime/blob/main/docs/ContribOperators.md#com.microsoft.Attention
Onnxruntime optimizations will fuse operators into Attention to speed up inference runs
This consists of the following changes.
We can leverage the existing torch-migraphx converts work via: https://github.com/ROCm/torch_migraphx/blob/de30914d9ddc8e27ca71d93c45688e2f9ca38912/py/torch_migraphx/fx/converters/acc_ops_converters.py#L2534
The text was updated successfully, but these errors were encountered: