onnxruntime
onnxruntime copied to clipboard
[ROCm] add SkipLayerNorm vectorize Regular case
Description: Describe your changes. Related PR: https://github.com/microsoft/onnxruntime/pull/12803 https://github.com/microsoft/onnxruntime/pull/12816 https://github.com/microsoft/onnxruntime/pull/12817 add SkipLayerNorm vectorize regular case
- when hidden size <= 1024, SkipLayerNormTunable op can use both small case and regular case
- when hidden size > 1024, SkipLayerNormTunable op can only use regular case.
Motivation and Context
- Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here.