onnxruntime/tools/ci_build/github/azure-pipelines
harshithapv 8c0c25c768
cherry picked commits for rel-1.8.1 (#8076)
* Cache initializers and avoid device check ot end of forward (#7905)

* ATenOp Enhancement (#7725)

* config parser, default argument values

* ut

* win build

* maxpool2d

* fix win build

* fix build

* unfold atenop

* Update CMakeLists.txt for openvino EP (#7980)

* Add SoftmaxCrossEntropyLossInternal to Support Dynamic ignore_index Input (#7899)

* add SoftmaxCrossEntropyLossInternal

* bugfix and ut

* fix ut

* fix ut

* support torch1.8.1

* function body for nll_loss_internal

* Override ORTModule named_modules to support extra arg (#7954)

* add missing provider_options.h in packages (#7995)

* consolidate copy binary script for gpu/trt tarball package

* add provider_options.h

* add provider_options.h

* Add cuda provides files (#8002)

* Save module output for backward if needed (#8010)

* Save module output for backward if needed

* Make logic in InsertCastTransformer around forcing a node to fp32 more precise. (#8018)

* Address #7981

Reworked the logic around forcing a node to run on fp32 even if it was supported on fp16.

The github issue had multiple factors. In ORT 1.8 we remove Identity nodes that produce graph outputs as they're not needed. That resulted in a Loop node no longer having output nodes (it produces graph outputs instead), which meant the check in IsSingleInputNodeFloat16Node returned true as there was no longer a downstream Identity node processing fp16 data.

We shouldn't only force a node to fp32 in very specific circumstances, and the changes hopefully check for those more precisely.

* Fix Memory Leak from DlpackToOrtValue (#8029)

* Update DirectML EP changes from DmlDev as of 2021-06-07 (#7987)

* Merged PR 6093117: Fix test_DynamicQuantizedLinear_max_adjusted_expanded by allowing Identity operator to run on non-float inputs

Motivation:
As part of the OnnxConformance Backend tests, DynamicQuantizedLinear_max_adjusted_expanded is failing.

Root Cause:
- The test model has `Identity` operator as one of the node. The input of this node is of non-float data type.
- In DML, `Identity` operator is registered as operator which requires floating input.
- As per `DirectMLSchema.h`, support for non-float input has been added for `Identity` operator in DML but the same has not been reflected in the `OperatorRegistration.cpp`.

Changes:
- Removed all traces of the requiresFloatFormatsForGraph flag from it's definition and usage. This flag was only used for Identity and it's related operator.
- Added null check for the graphOutput nodeArg in GraphDescBuilder.cpp to stop the crash of the test.

Related work items: #33076298

* Merged PR 6103324: Remove usage of non-generic error code (FWP_E_NULL_POINTER)

Motivation:
Addressing Dwayne comment on the previous PR. [Ref: [6093117](https://dev.azure.com/microsoft/WindowsAI/_git/onnxruntime/pullrequest/6093117?discussionId=44292162&path=%2Fonnxruntime%2Fcore%2Fproviders%2Fdml%2FDmlExecutionProvider%2Fsrc%2FGraphPartitioner.cpp)]

Changes:
Inside the DML EP, we should not use some other platform specific error codes. Instead we should a appropriate generic error code.

Related work items: #33076298

Co-authored-by: Sumit Agarwal <sumitagarwal@microsoft.com>

* [js/react_native] Use a mobile ORT instead of a full ORT (#8042)

* Change full ort to mobile ort

* Update Android example to load mobile ort

* Change the format of test models to ort

* update ios to use mobile ort

* revise README

* use onnxruntime-mobile-c CocoaPods in a npm package

* fix PATH addition in windows

should set PATH, not add to the tail the copy of PATH

* Reduce Kernel Optimization (#8067)

* reduce optimization

* bug fix

* add a check

* add ut

* refactor

* add ut cases for keepdims=true

Co-authored-by: baijumeswani <bmeswani@microsoft.com>
Co-authored-by: Vincent Wang <wangwchpku@outlook.com>
Co-authored-by: Changming Sun <chasun@microsoft.com>
Co-authored-by: George Wu <jywu@microsoft.com>
Co-authored-by: Ryan Hill <38674843+RyanUnderhill@users.noreply.github.com>
Co-authored-by: Sherlock <baihan.huang@gmail.com>
Co-authored-by: Scott McKay <skottmckay@gmail.com>
Co-authored-by: sumitsays <sumitagarwal330@gmail.com>
Co-authored-by: Sumit Agarwal <sumitagarwal@microsoft.com>
Co-authored-by: Sunghoon <35605090+hanbitmyths@users.noreply.github.com>
Co-authored-by: iperov <lepersorium@gmail.com>
2021-06-18 07:44:55 -07:00
..
nodejs [JS] refactor Javascript/Typescript libraries in ONNX Runtime (#7308) 2021-04-16 01:33:10 -07:00
nuget Enable Microsoft.Ai.MachineLearning package to work on .NET5 down to 17763 Windows SDK (#7522) 2021-05-01 00:56:36 -07:00
templates cherry picked commits for rel-1.8.1 (#8076) 2021-06-18 07:44:55 -07:00
android-x86_64-crosscompile-ci-pipeline.yml Improve code coverage report (#7770) 2021-05-25 08:26:01 -07:00
c-api-noopenmp-packaging-pipelines.yml Create Android Package pipeline (#7295) 2021-04-12 17:56:25 -07:00
clean-build-docker-image-cache-pipeline.yml Update build docker image cache cleanup build definition (#7452) 2021-04-26 14:39:46 -07:00
featurizers-py-packaging-pipeline.yml
linux-ci-pipeline.yml Remove openmp related packaging pipeline (#6991) 2021-03-12 10:02:59 -08:00
linux-cpu-minimal-build-ci-pipeline.yml Check kernel def hashes (#7120) 2021-04-01 17:42:58 -07:00
linux-dnnl-ci-pipeline.yml Add python 3.8/3.9 support for Windows GPU and Linux ARM64 (#6615) 2021-02-11 16:43:35 -08:00
linux-gpu-ci-pipeline.yml Specify CUDA compute capability 7.5 in Linux GPU build (#7203) 2021-03-31 18:51:44 -07:00
linux-gpu-cuda-11-pipeline.yml Fix CUDA 10.2 pipelines (#7759) 2021-05-19 13:52:06 -07:00
linux-gpu-tensorrt-ci-perf-pipeline.yml Setup EP Dashboard (#7321) 2021-05-11 10:33:39 -07:00
linux-gpu-tensorrt-ci-pipeline.yml Add CMAKE_CUDA_ARCHITECTURES=52 to TensorRT CI pipelines (#7455) 2021-04-27 09:55:23 -07:00
linux-gpu-tensorrt-packaging-pipeline.yml cherry picked commits for rel-1.8.1 (#8076) 2021-06-18 07:44:55 -07:00
linux-multi-gpu-ci-pipeline.yml Fix CUDA 10.2 pipelines (#7759) 2021-05-19 13:52:06 -07:00
linux-multi-gpu-tensorrt-ci-pipeline.yml Upgrade TensorRT to v7.2.2 (#6452) 2021-02-18 04:30:47 -08:00
linux-nocontribops-ci-pipeline.yml Remove openmp related packaging pipeline (#6991) 2021-03-12 10:02:59 -08:00
linux-nuphar-ci-pipeline.yml Add python 3.8/3.9 support for Windows GPU and Linux ARM64 (#6615) 2021-02-11 16:43:35 -08:00
linux-openvino-ci-pipeline.yml Openvino ep 2021.3 (#7180) 2021-04-01 11:28:54 -07:00
linux-openvino-nightly-pipeline.yml Remove openmp related packaging pipeline (#6991) 2021-03-12 10:02:59 -08:00
linux-ort-srv-ci-pipeline.yml Update ORT server build pipeline (#7030) 2021-03-16 18:02:09 -07:00
linux-pytorch-custom-ops-ci-pipeline.yml
mac-ci-pipeline.yml Initial Objective-C API (#7366) 2021-04-27 10:06:30 -07:00
mac-coreml-ci-pipeline.yml Sync ORTModule branch with master and fix tests (#6526) 2021-02-02 08:59:56 -08:00
mac-ios-ci-pipeline.yml Add static code analyzer to Windows CPU/GPU CI builds and fix the warnings (#7489) 2021-04-29 11:54:57 -07:00
mac-nocontribops-ci-pipeline.yml
orttraining-linux-ci-pipeline.yml Add python 3.8/3.9 support for Windows GPU and Linux ARM64 (#6615) 2021-02-11 16:43:35 -08:00
orttraining-linux-gpu-amd-e2e-test-ci-pipeline.yml Add BERT-L perf regression test on MI100 and re-enable batch size test (#7240) 2021-04-05 15:51:52 -07:00
orttraining-linux-gpu-ci-pipeline.yml Remove openmp related packaging pipeline (#6991) 2021-03-12 10:02:59 -08:00
orttraining-linux-gpu-distributed-e2e-test-pipeline.yml Merge pull request #6973 from microsoft/thiagofc/merge-ortmodule-into-master 2021-03-17 10:30:06 -07:00
orttraining-linux-gpu-distributed-test-ci-pipeline.yml Remove openmp related packaging pipeline (#6991) 2021-03-12 10:02:59 -08:00
orttraining-linux-gpu-docker-release-pipeline.yml icnrease timeout (#7145) 2021-03-26 11:26:18 -07:00
orttraining-linux-gpu-ortmodule-distributed-test-ci-pipeline.yml Install and use conda on ortmodule CI pipelines (#7530) 2021-05-03 15:52:22 -07:00
orttraining-linux-gpu-ortmodule-test-ci-pipeline.yml Install and use conda on ortmodule CI pipelines (#7530) 2021-05-03 15:52:22 -07:00
orttraining-linux-gpu-ortmodule-test-clear-cache-pipeline.yml Add pipeline to clear the cache for huggingface transormers models (#6813) 2021-02-26 10:39:22 -08:00
orttraining-linux-gpu-perf-test-ci-pipeline.yml Pass arguments to azure_scale_set_vm_mount_test_data from perf test ci pipeline (#7094) 2021-03-22 21:48:32 -07:00
orttraining-mac-ci-pipeline.yml
orttraining-pai-ci-pipeline.yml Add BERT-L perf regression test on MI100 and re-enable batch size test (#7240) 2021-04-05 15:51:52 -07:00
orttraining-py-packaging-pipeline-cuda102.yml to used cudnn7 to build onnxruntime-training wheel with Cuda 10.2 support (#7760) 2021-05-20 09:18:41 -07:00
orttraining-py-packaging-pipeline-cuda111.yml to used cudnn7 to build onnxruntime-training wheel with Cuda 10.2 support (#7760) 2021-05-20 09:18:41 -07:00
orttraining-py-packaging-pipeline-rocm.yml to used cudnn7 to build onnxruntime-training wheel with Cuda 10.2 support (#7760) 2021-05-20 09:18:41 -07:00
orttraining-win-ci-pipeline.yml
orttraining-win-gpu-ci-pipeline.yml
post-merge-jobs.yml Improve code coverage report (#7770) 2021-05-25 08:26:01 -07:00
py-packaging-pipeline.yml
win-ci-fuzz-testing.yml Add python 3.8/3.9 support for Windows GPU and Linux ARM64 (#6615) 2021-02-11 16:43:35 -08:00
win-ci-pipeline.yml Add static code analyzer to Windows CPU/GPU CI builds and fix the warnings (#7489) 2021-04-29 11:54:57 -07:00
win-gpu-ci-pipeline.yml Add static code analyzer to Windows CPU/GPU CI builds and fix the warnings (#7489) 2021-04-29 11:54:57 -07:00
win-gpu-cuda-10-2-pipeline.yml Move the Windows GPU machine pool of Onnxruntime packaging pipelines to a new one (#7161) 2021-03-29 17:32:03 -07:00
win-gpu-reduce-op-ci-pipeline.yml Change how ONNX get installed 2021-02-10 14:41:26 -08:00
win-gpu-tensorrt-ci-pipeline.yml Add CMAKE_CUDA_ARCHITECTURES=52 to TensorRT CI pipelines (#7455) 2021-04-27 09:55:23 -07:00
win-wasm-ci-pipeline.yml cherry pick outstanding commits (#7871) 2021-05-28 09:10:40 -07:00