onnxruntime
4bb95d76 - Change the return type of softmax function to Status (#14559)

Commit
3 years ago
Change the return type of softmax function to Status (#14559) ### Description Change the return type of Softmax function(`dispatch_warpwise_softmax_forward `and `dispatch_blockwise_softmax_forward`) from `void ` to `Status`. ### Motivation and Context Softmax function will call TunableOp which return Status. It's necessary to pass the `Status` from inner function to outer function.
Author
Parents
Loading