Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
c162821
[QNN-EP] Support for Upsample operator (#24265)
zhaoxul-qti Apr 24, 2025
7801c51
[x86] matmulnbit x64 kernel for 8bits (#24491)
fajin-corp Apr 24, 2025
1de5af8
[WebNN] Fix bug in RotaryEmbedding (#24516)
Honry Apr 24, 2025
19f7ef3
[webgpu] fix program variable data type and revise ProgramInput (#24533)
fs-eire Apr 24, 2025
173a11a
[QDQ Optimizer] Update WeightBiasQuantization to skip Conv/Gemm if do…
adrianlizarraga Apr 24, 2025
c7a28aa
AutoEP C++ API wrappers (#24501)
skottmckay Apr 25, 2025
cc72c3a
Remove non-constant input check from ConvActivationFusion (#24525)
edgchen1 Apr 25, 2025
16996d9
Fix MatMulScaleFusion handling of scales with leading dimensions. (#2…
edgchen1 Apr 25, 2025
0e407d7
Fix segfault when re-loading an EP library (#24539)
adrianlizarraga Apr 25, 2025
5c014e2
[webgpu] Fix bug in 1D dispatch workgroups (#24519)
qjia7 Apr 25, 2025
ef77435
[Native WebGPU] Fixed Conv2dMM and MatMul issues related indexing, hi…
satyajandhyala Apr 25, 2025
e9bb150
webgpu: fix InstanceNorm errors (#24514)
xhcao Apr 25, 2025
1e118d6
webgpu: fix conv error when using MatMulNaiveProgram (#24496)
xhcao Apr 25, 2025
3a7c8b3
[Cuda] support 8 bits in MatMulNBits (#24509)
tianleiwu Apr 25, 2025
8bb3b07
Implement experimental intermediate cross CPU EP allocation (#24371)
yuslepukhin Apr 25, 2025
57c6cca
Auto-generated baselines by 1ES Pipeline Templates (#24541)
microsoft-github-policy-service[bot] Apr 25, 2025
fe97f8b
Update Github Actions pipelines' triggers (#24547)
snnn Apr 25, 2025
d4c9b92
Fix memleakdbg call stack output. (#24542)
edgchen1 Apr 25, 2025
8ef3fe6
Update LLM export to use PyTorch 2.7 (#24549)
kunal-vaishnavi Apr 26, 2025
138a3a3
Set shared memory type based on options during the compilation phase …
quic-ashigarg Apr 26, 2025
392961f
Remove executable permission bit from source files (#24413)
clementperon Apr 26, 2025
b35302a
Auto-generated baselines by 1ES Pipeline Templates (#24559)
microsoft-github-policy-service[bot] Apr 26, 2025
1dd9b99
[CUDA] MatMulNBits benchmark (#24564)
tianleiwu Apr 26, 2025
58abafb
Update attention fusion in speech component of Phi-4 mm (#24513)
kunal-vaishnavi Apr 26, 2025
6161341
Fix cli in dockerfiles/README.md (#23493)
genarks Apr 26, 2025
edb7a2a
Add macos to custom package (#24574)
baijumeswani Apr 28, 2025
7e0ee2b
Add CMake option to enable saturation checker for ConvSymKernelAvx2 (…
yihonglyu Apr 28, 2025
92f9d4a
Enable tests that pass locally; remove duplicates (#24123)
amarin16 Apr 28, 2025
6b9e68d
Bump microsoft/onnxruntime-github-actions from 0.0.5 to 0.0.6 (#24575)
dependabot[bot] Apr 28, 2025
e5103af
Bump ruff from 0.9.5 to 0.11.6 (#24480)
dependabot[bot] Apr 28, 2025
9d22547
Update bigmodels-ci-pipeline.yml for Azure Pipelines (#24569)
snnn Apr 28, 2025
d543210
[webgpu] add util functions for creating tensor view (#24566)
fs-eire Apr 28, 2025
81fc3f1
[WebGPU] Optimize GEMM with vec4 (#24478)
xiaofeihan1 Apr 29, 2025
e14bcd3
[WebGPU EP] Add EINSUM implementation (#24358)
feich-ms Apr 29, 2025
f7619dc
fix compilation with gcc-15 (#24583)
stefantalpalaru Apr 29, 2025
76cee36
[CUDA] Fix build for sm<53 (#24582)
tianleiwu Apr 29, 2025
d869410
update cmake and python version used in docker (#24571)
vatlark Apr 29, 2025
4adef01
[CUDA] Update sm check for flash attention (#24584)
tianleiwu Apr 29, 2025
a96fab3
Give the EP all devices so it can create OrtEpDevice instances with f…
skottmckay Apr 29, 2025
a2f8255
Fix DML autoep select test. (#24585)
skottmckay Apr 29, 2025
ad5b97b
'LoadPluginOrProviderBridge' should load the library_path as absolute…
mschofie Apr 29, 2025
a9a3ad2
Add Windows ARM64 I8MM detection. (#24563)
edgchen1 Apr 29, 2025
9564ed1
Migrate "Linux CPU Minimal Build E2E CI Pipeline" to Github Actions (…
snnn Apr 29, 2025
64b5642
[QNN EP] Add Support for ScatterND Op in QNN EP (#24592)
quic-ashwshan Apr 29, 2025
4513476
[webgpu] Fix multihead-attention for ort-web-tests (#24485)
jchen10 Apr 29, 2025
75101d6
Integration with ONNX rel-1.18.0 (#24449)
titaiwangms Apr 29, 2025
beb91ad
[Native Webgpu] Handle empty output in Expand (#24593)
satyajandhyala Apr 29, 2025
15b3f08
[QNN-EP] Minor fix: compare different types (#24550)
1duo Apr 29, 2025
c29c9b5
[mlas] Fix warning and fix transpose store op for LoongArch (#24578)
MQ-mengqing Apr 29, 2025
e685f50
Bump transformers from 4.41.2 to 4.50.0 in /onnxruntime/python/tools/…
dependabot[bot] Apr 29, 2025
ce66178
[VitisAI] Update the order of deregister op (#24576)
danyue333 Apr 29, 2025
e5ba591
[webgpu] Enable matmul8bits for dp4/subgroupMatrix path (#24590)
qjia7 Apr 30, 2025
838b97e
incorporate requested changes for PR:24394 (#24526)
saurabhkale17 Apr 30, 2025
a470da1
[CoreML] Add support for int64 (#24462)
carzh Apr 30, 2025
d5ccbb2
Rework --enable_generic_interface and add tests (#24552)
adrianlizarraga Apr 30, 2025
acb8ffd
Qnn nuget build with arm64x (#24588)
HectorSVC Apr 30, 2025
df73153
Fix unused variable warning in onnxruntime/core/providers/coreml/buil…
edgchen1 Apr 30, 2025
e9c003e
Make sure the macosx binaries get signed (#24605)
baijumeswani Apr 30, 2025
72ec0e8
Update ESRP settings (#24608)
snnn May 1, 2025
9194cad
Fix version info for onnxruntime.dll and QNN, TensorRT, and CUDA EP d…
adrianlizarraga May 1, 2025
e5a353a
[webgpu] allows atomic type for output (#24610)
fs-eire May 1, 2025
716a88f
[NV EP] fix EP context options (#24545)
gedoensmax May 1, 2025
1c8130e
[TensorRT EP] Fix TRT version on Win CI (#24617)
yf711 May 2, 2025
f0d3c33
[QNN EP] Add Einsum support for some equations (#24616)
1duo May 2, 2025
9dd6a1a
Merge branch 'master' into sync_msft_2_5_25
jatinwadhwa921 May 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
100 changes: 97 additions & 3 deletions .config/1espt/PipelineAutobaseliningConfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pipelines:
credscan:
lastModifiedDate: 2025-02-06
binskim:
lastModifiedDate: 2025-02-06
lastModifiedDate: 2025-04-25
spotbugs:
lastModifiedDate: 2025-02-06
usedNonDefaultBranch: true
Expand All @@ -39,7 +39,7 @@ pipelines:
credscan:
lastModifiedDate: 2024-10-25
binskim:
lastModifiedDate: 2024-10-25
lastModifiedDate: 2025-04-25
spotbugs:
lastModifiedDate: 2024-10-25
1625:
Expand All @@ -59,7 +59,7 @@ pipelines:
credscan:
lastModifiedDate: 2024-11-13
binskim:
lastModifiedDate: 2024-11-13
lastModifiedDate: 2025-04-25
spotbugs:
lastModifiedDate: 2024-11-13
1626:
Expand All @@ -82,3 +82,97 @@ pipelines:
lastModifiedDate: 2024-11-13
spotbugs:
lastModifiedDate: 2024-11-13
995:
retail:
source:
credscan:
lastModifiedDate: 2025-02-12
eslint:
lastModifiedDate: 2025-02-12
psscriptanalyzer:
lastModifiedDate: 2025-02-12
armory:
lastModifiedDate: 2025-02-12
1313:
retail:
source:
credscan:
lastModifiedDate: 2025-02-27
eslint:
lastModifiedDate: 2025-02-27
psscriptanalyzer:
lastModifiedDate: 2025-02-27
armory:
lastModifiedDate: 2025-02-27
binary:
credscan:
lastModifiedDate: 2025-02-27
binskim:
lastModifiedDate: 2025-04-25
spotbugs:
lastModifiedDate: 2025-02-27
1312:
retail:
source:
credscan:
lastModifiedDate: 2025-02-27
eslint:
lastModifiedDate: 2025-02-27
psscriptanalyzer:
lastModifiedDate: 2025-02-27
armory:
lastModifiedDate: 2025-02-27
841:
retail:
source:
credscan:
lastModifiedDate: 2025-04-24
eslint:
lastModifiedDate: 2025-04-24
psscriptanalyzer:
lastModifiedDate: 2025-04-24
armory:
lastModifiedDate: 2025-04-24
binary:
credscan:
lastModifiedDate: 2025-04-25
binskim:
lastModifiedDate: 2025-04-25
spotbugs:
lastModifiedDate: 2025-04-25
1757:
retail:
source:
credscan:
lastModifiedDate: 2025-04-25
eslint:
lastModifiedDate: 2025-04-25
psscriptanalyzer:
lastModifiedDate: 2025-04-25
armory:
lastModifiedDate: 2025-04-25
binary:
credscan:
lastModifiedDate: 2025-04-25
binskim:
lastModifiedDate: 2025-04-25
spotbugs:
lastModifiedDate: 2025-04-25
1234:
retail:
source:
credscan:
lastModifiedDate: 2025-04-25
eslint:
lastModifiedDate: 2025-04-25
psscriptanalyzer:
lastModifiedDate: 2025-04-25
armory:
lastModifiedDate: 2025-04-25
binary:
credscan:
lastModifiedDate: 2025-04-25
binskim:
lastModifiedDate: 2025-04-25
spotbugs:
lastModifiedDate: 2025-04-25
Loading
Loading