Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add aten::_softmax to eager ops. #11820

Merged
merged 1 commit into from
Jun 13, 2022

Conversation

WilBrady
Copy link
Contributor

Description: Add Softmax support in eager mode on the ORT device.

Motivation and Context
I'm looking to expand eager mode support for ORT. In attempting to run the simple neural net form the PyTorch basics tutorial I discovered Softmax and other ops failed.

chandru-r
chandru-r previously approved these changes Jun 10, 2022
@WilBrady WilBrady force-pushed the users/willbrad/softmax branch 2 times, most recently from a4ef207 to c31e01e Compare June 12, 2022 11:20
@WilBrady WilBrady marked this pull request as ready for review June 12, 2022 11:21
@chandru-r
Copy link
Contributor

/azp run Linux CPU CI Pipeline, Linux CPU Minimal Build E2E CI Pipeline, Linux GPU CI Pipeline, Linux GPU TensorRT CI Pipeline, Linux Nuphar CI Pipeline, Linux OpenVINO CI Pipeline, MacOS CI Pipeline, ONNX Runtime Web CI Pipeline, Windows CPU CI Pipeline, Windows GPU CI Pipeline

@azure-pipelines
Copy link

Azure Pipelines successfully started running 10 pipeline(s).

@chandru-r
Copy link
Contributor

/azp run Windows GPU TensorRT CI Pipeline, onnxruntime-binary-size-checks-ci-pipeline, onnxruntime-python-checks-ci-pipeline, orttraining-linux-ci-pipeline, orttraining-linux-gpu-ci-pipeline, orttraining-ortmodule-distributed

@azure-pipelines
Copy link

Azure Pipelines successfully started running 6 pipeline(s).

@WilBrady WilBrady merged commit b0e027c into microsoft:master Jun 13, 2022
@WilBrady WilBrady deleted the users/willbrad/softmax branch July 14, 2022 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants