Skip to content

Reduce max gradient - #9859

Merged
souptc merged 9 commits into
microsoft:masterfrom
anhnguyen7198:reduce-max-gradient
Feb 16, 2022
Merged

Reduce max gradient#9859
souptc merged 9 commits into
microsoft:masterfrom
anhnguyen7198:reduce-max-gradient

Conversation

@anhnguyen7198

Copy link
Copy Markdown
Contributor

Description: Add ReduceMax gradient implementation.

Motivation and Context

  • Export torch.max operation to ONNX and build backward graph using ORTModule need ReduceMax gradient implementation

@ghost

ghost commented Nov 24, 2021

Copy link
Copy Markdown

CLA assistant check
All CLA requirements met.

@esaliya

esaliya commented Dec 8, 2021

Copy link
Copy Markdown

@Aayush-Ankit or @souptc could you trigger the CI pipelines for this?

@Aayush-Ankit

Copy link
Copy Markdown
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, Windows GPU TensorRT CI Pipeline, onnxruntime-python-checks-ci-pipeline, orttraining-linux-ci-pipeline, orttraining-linux-gpu-ci-pipeline, orttraining-ortmodule-distributed

@azure-pipelines

Copy link
Copy Markdown
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list.

@Aayush-Ankit

Copy link
Copy Markdown
Contributor

/azp run Linux CPU CI Pipeline, Linux CPU Minimal Build E2E CI Pipeline, Linux GPU CI Pipeline, Linux GPU TensorRT CI Pipeline

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 4 pipeline(s).

@Aayush-Ankit

Copy link
Copy Markdown
Contributor

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

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 7 pipeline(s).

@Aayush-Ankit

Copy link
Copy Markdown
Contributor

/azp run onnxruntime-python-checks-ci-pipeline, orttraining-linux-ci-pipeline, orttraining-linux-gpu-ci-pipeline, orttraining-ortmodule-distributed

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 4 pipeline(s).

@Aayush-Ankit Aayush-Ankit reopened this Dec 9, 2021
souptc
souptc previously approved these changes Dec 14, 2021
@Aayush-Ankit

Copy link
Copy Markdown
Contributor

/azp run Linux CPU CI Pipeline, Linux CPU Minimal Build E2E CI Pipeline, Linux GPU CI Pipeline, Linux GPU TensorRT CI Pipeline

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 4 pipeline(s).

@Aayush-Ankit

Copy link
Copy Markdown
Contributor

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

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 7 pipeline(s).

@Aayush-Ankit

Copy link
Copy Markdown
Contributor

/azp run onnxruntime-python-checks-ci-pipeline, orttraining-linux-ci-pipeline, orttraining-linux-gpu-ci-pipeline, orttraining-ortmodule-distributed

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 4 pipeline(s).

@Aayush-Ankit

Copy link
Copy Markdown
Contributor

/azp run Linux CPU CI Pipeline, Linux CPU Minimal Build E2E CI Pipeline, Linux GPU CI Pipeline, Linux GPU TensorRT CI Pipeline

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 4 pipeline(s).

@Aayush-Ankit

Copy link
Copy Markdown
Contributor

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

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 7 pipeline(s).

souptc
souptc previously approved these changes Feb 14, 2022
@Aayush-Ankit

Copy link
Copy Markdown
Contributor

/azp run Linux CPU CI Pipeline, Linux CPU Minimal Build E2E CI Pipeline, Linux GPU CI Pipeline, Linux GPU TensorRT CI Pipeline

@Aayush-Ankit

Copy link
Copy Markdown
Contributor

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

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 4 pipeline(s).

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 7 pipeline(s).

@Aayush-Ankit

Copy link
Copy Markdown
Contributor

/azp run Linux CPU CI Pipeline, Linux CPU Minimal Build E2E CI Pipeline, Linux GPU CI Pipeline, Linux GPU TensorRT CI Pipeline

@Aayush-Ankit

Copy link
Copy Markdown
Contributor

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

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 4 pipeline(s).

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 7 pipeline(s).

@souptc

souptc commented Feb 15, 2022

Copy link
Copy Markdown
Member

/azp run 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
Copy Markdown
No pipelines are associated with this pull request.

@souptc

souptc commented Feb 15, 2022

Copy link
Copy Markdown
Member

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

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 7 pipeline(s).

@souptc

souptc commented Feb 15, 2022

Copy link
Copy Markdown
Member

/azp run orttraining-amd-gpu-ci-pipeline,onnxruntime-binary-size-checks-ci-pipeline

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 2 pipeline(s).

@souptc
souptc merged commit 7443edb into microsoft:master Feb 16, 2022
@ytaous

ytaous commented Feb 16, 2022

Copy link
Copy Markdown
Contributor

Hi, this PR is failing AMD CI - can you pls revert it to mitigate it for now?

https://dev.azure.com/onnxruntime/onnxruntime/_build?definitionId=130&_a=summary

ytaous added a commit that referenced this pull request Feb 16, 2022
ytaous added a commit that referenced this pull request Feb 17, 2022
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.

6 participants