Integrate onnxruntime-extensions into onnxruntime.#8143
Integrate onnxruntime-extensions into onnxruntime.#8143wenbingl merged 2 commits intomicrosoft:masterfrom
Conversation
|
@wenbingl please help review. |
|
/azp run |
|
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. |
|
/azp run Linux CPU CI Pipeline,Linux CPU Minimal Build E2E CI Pipeline,Linux CPU x64 NoContribops CI Pipeline,Linux GPU CI Pipeline,Linux GPU TensorRT CI Pipeline,Linux GPU TensorRT CI Pipeline,Windows WebAssembly CI Pipeline |
|
Azure Pipelines successfully started running 6 pipeline(s). |
|
@fs-eire, please have a review as well |
Add more details that why the custom-ops should be static linked. |
|
/azp run Linux Nuphar CI Pipeline,Linux OpenVINO CI Pipeline ,MacOS CI Pipeline ,MacOS NoContribops CI Pipeline,Windows CPU CI Pipeline,Windows GPU CI Pipeline,Windows GPU TensorRT CI Pipeline ,orttraining-amd-gpu-ci-pipeline,orttraining-linux-ci-pipeline,orttraining-linux-gpu-ci-pipeline,orttraining-ortmodule-distributed |
|
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. |
|
/azp run Linux Nuphar CI Pipeline,Linux OpenVINO CI Pipeline ,MacOS CI Pipeline ,MacOS NoContribops CI Pipeline,Windows CPU CI Pipeline,Windows GPU CI Pipeline,Windows GPU TensorRT CI Pipeline |
|
/azp run orttraining-amd-gpu-ci-pipeline,orttraining-linux-ci-pipeline,orttraining-linux-gpu-ci-pipeline,orttraining-ortmodule-distributed |
|
Azure Pipelines successfully started running 7 pipeline(s). |
|
Azure Pipelines successfully started running 4 pipeline(s). |
…egrate_ort_customops # Conflicts: # include/onnxruntime/core/session/onnxruntime_c_api.h # onnxruntime/core/session/onnxruntime_c_api.cc # onnxruntime/core/session/ort_apis.h
|
/azp run Linux CPU CI Pipeline, Linux CPU Minimal Build E2E CI Pipeline, Linux CPU x64 NoContribops CI Pipeline, Linux GPU CI Pipeline, Linux GPU TensorRT CI Pipeline, Linux Nuphar CI Pipeline, Linux OpenVINO CI Pipeline, MacOS CI Pipeline |
|
/azp run MacOS NoContribops CI Pipeline, Windows CPU CI Pipeline, Windows GPU CI Pipeline, Windows GPU TensorRT CI Pipeline, Windows WebAssembly CI Pipeline, orttraining-amd-gpu-ci-pipeline, orttraining-linux-ci-pipeline, orttraining-linux-gpu-ci-pipeline, orttraining-ortmodule-distributed |
|
Azure Pipelines successfully started running 8 pipeline(s). |
|
Azure Pipelines successfully started running 9 pipeline(s). |
|
/azp run Windows CPU CI Pipeline |
|
Commenter does not have sufficient privileges for PR 8143 in repo microsoft/onnxruntime |
|
/azp run Windows CPU CI Pipeline |
|
Commenter does not have sufficient privileges for PR 8143 in repo microsoft/onnxruntime |
|
/azp run Windows CPU CI Pipeline,Windows CPU CI Pipeline (build x86_release) |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@pranavsharma, can you take a look at this PR as well? For ONNXRuntime Web project, there is no way to load DLL of onnxruntime-extensions, and ONNXRuntime Mobile, for sake of the footprint, it would be better to have the library static-linked. |
Description: Integrate onnxruntime-extensions into onnxruntime.
Motivation and Context
--enable_onnxruntime_extensionsto enable custom operators in onnxruntime-extensions when build onnxruntime.