-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/microsoft/onnxruntime into …
…origin/user/pavignol/add-bfc-allocator-4
- Loading branch information
Showing
4,589 changed files
with
445,402 additions
and
282,475 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,25 @@ | ||
api:javascript: '/\bjavascript\b/i' | ||
api:CSharp: '/(\bc\s*sharp\b|\bc#)/i' | ||
api:java: '/\bjava\b/i' | ||
api:javascript: '/\bjavascript\b/i' | ||
ep:ACL: '/\bacl\b/i' | ||
ep:ArmNN: '/\barmnn\b/i' | ||
ep:CUDA: '/\bcuda\b/i' | ||
ep:DML: '/(\bdirectml\b|\bdml\b)/i' | ||
ep:MIGraphX: '/\bmigraphx\b/i' | ||
ep:oneDNN: '/\bonednn\b/i' | ||
ep:CANN: '/\bcann\b/i' | ||
ep:CoreML: '/\bcore\s*ml\b/i' | ||
ep:DML: '/(\bdirect\s*ml\b|\bdml\b)/i' | ||
ep:MIGraphX: '/\bmi\s*graph\s*x\b/i' | ||
ep:oneDNN: '/\bone\s*dnn\b/i' | ||
ep:OpenVINO: '/\bopen\s*vino\b/i' | ||
ep:RockchipNPU: '/\brockchip\b/i' | ||
ep:QNN: '/\bqnn\b/i' | ||
ep:RockchipNPU: '/\brockchip(?:npu)?\b/i' | ||
ep:ROCm: '/\brocm\b/i' | ||
ep:TensorRT: '/(\btensor\s*rt\b|\btrt\b)/i' | ||
ep:SNPE: '/\bsnpe\b/i' | ||
ep:tvm: '/\btvm\b/i' | ||
ep:VitisAI: '/\bvitis(?:ai)?\b/i' | ||
platform:jetson: '/\bjetson\b/i' | ||
platform:mobile: '/(\bobj(?:ective)?-?c\b|\bnnapi\b|\bcore-?ml\b|\bmobile\b|\bandroid\b|\bios\b|\bxamarin\b|\bmaui\b)/i' | ||
platform:web: '/(\bwebgl\b|\bweb-?gpu\b|\bwasm\b|\bonnxruntime-node\b|\bonnxruntime-web\b)/i' | ||
platform:windows: '/(\bwindows\b|\bwinrt\b|\bwinml\b)/i' | ||
model:transformer: '/(\bbert\b|\bgpt-?2\b|\bhugging-?face\b|\blong-?former\b|\bt5\b)/i' | ||
quantization: '/(is this a quantized model\?\n\nYes|\bquantization\b)/i' | ||
ep:WebGPU: '/\bwebgpu\b/i' | ||
ep:WebNN: '/\bwebnn\b/i' | ||
ep:Xnnpack: '/\bxnn\s*pack\b/i' | ||
.NET: '/(\bdot\s*net\b|\bnuget\b|\.net\b)/i' | ||
platform:jetson: '/(\bjetson\b|\bjetpack\b)/i' | ||
platform:mobile: '/(\bobj(?:ective)?-?c\b|\bnnapi\b|\bmobile\b|\bandroid\b|\bios\b|\bxamarin\b|\bmaui\b)/i' | ||
platform:web: '/(\bwebgl\b|\bweb-?gpu\b|\bwasm\b|\bonnxruntime-node\b|\bonnxruntime-web\b|\bonnxruntime-react-native\b|\bnpm\b|\btransformers\.js\b)/i' | ||
model:transformer: '/\btransformers(?!\.js)\b/i' |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ep:CUDA: '/\bcuda\b/i' | ||
ep:TensorRT: '/(\btensor\s*rt\b|\btrt\b)/i' | ||
platform:windows: '/(\bwindows\b|\bwinrt\b|\bwinml\b)/i' | ||
quantization: '/(quant|\bqdq\b)/i' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out a copy of the repository | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
|
||
- name: Check whether the citation metadata from CITATION.cff is valid | ||
uses: citation-file-format/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.