KJlaccHoeUM9l opened a new pull request, #13119: URL: https://github.com/apache/tvm/pull/13119
ONNX Runtime supports `FastGelu` in its `contrib opset` ([documentation](https://github.com/microsoft/onnxruntime/blob/main/docs/ContribOperators.md#com.microsoft.FastGelu) and [code](https://github.com/microsoft/onnxruntime/blob/main/onnxruntime/contrib_ops/cpu/bert/fast_gelu.cc)). Implementation of this operator refers to an approximation for original GELU ([article](https://arxiv.org/pdf/1606.08415.pdf)). Previously, converter for `Gelu` was added to TVM ONNX frontend, however, there is no such converter for `FastGelu`. This PR adds this converter to ONNX frontend. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
