File tree
136 files changed
+3699
-1839
lines changed- .github/workflows
- cgmanifests/generated
- cmake
- external
- docs
- python
- include/onnxruntime/core
- graph
- session
- js/web
- docs
- lib/wasm/jsep/webgpu/ops
- 3rd-party
- test
- data/ops
- onnxruntime
- contrib_ops
- cpu
- bert
- utils
- cuda
- bert
- cudnn_fmha
- quantization
- core
- graph
- optimizer
- transpose_optimization
- providers
- coreml/builders/impl
- cpu/math
- cuda
- dml
- DmlExecutionProvider/src
- Operators
- OperatorAuthorHelper
- migraphx
- openvino
- qnn
- builder
- opbuilder
- vitisai
- imp
- include
- vaip
- vsinpu/patches
- webnn/builders
- session
- python
- tools
- quantization
- operators
- transformers/models/gpt2
- test
- contrib_ops
- framework
- onnx
- optimizer
- providers
- coreml
- cpu
- math
- tensor
- qnn
- python
- quantization
- transformers
- testdata
- util
- orttraining/orttraining
- python/training/ortmodule
- test/python
- tools/ci_build
- github
- azure-pipelines/templates
- pai
- winml/adapter
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
136 files changed
+3699
-1839
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
111 |
| - |
- .circleci/config.yml+36-30
- README.md+1-1
- bazel/README.md-26
- bazel/emscripten_deps.bzl-1
- bazel/emscripten_toolchain/BUILD.bazel+2-2
- bazel/emscripten_toolchain/emscripten_config
- bazel/emscripten_toolchain/link_wrapper.py+5-6
- bazel/emscripten_toolchain/toolchain.bzl+1-11
- bazel/emscripten_toolchain/wasm_cc_binary.bzl+13-22
- bazel/revisions.bzl-21
- bazel/test_secondary_lto_cache/.bazelrc-1
- bazel/test_secondary_lto_cache/.gitignore-4
- bazel/test_secondary_lto_cache/BUILD-19
- bazel/test_secondary_lto_cache/MODULE.bazel-1
- bazel/test_secondary_lto_cache/WORKSPACE-30
- bazel/test_secondary_lto_cache/hello-world.cc-6
- bazel/toolchains.bzl+1-95
- docker/Dockerfile+1-1
- emscripten-releases-tags.json+1-7
- emsdk+8-1
- emsdk.py+16-21
- emsdk_manifest.json+7-55
- scripts/get_release_info.py-25
- scripts/update_node.py+2-2
- test/test_bazel.ps1-6
- test/test_bazel.sh+6-7
- test/test_bazel_mac.sh+6-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
887 | 887 |
| |
888 | 888 |
| |
889 | 889 |
| |
890 |
| - | |
| 890 | + | |
891 | 891 |
| |
892 | 892 |
| |
| 893 | + | |
893 | 894 |
| |
894 | 895 |
| |
895 | 896 |
| |
|
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
0 commit comments