Skip to content

ORT 1.24.3 release cherry pick round 2#27492

Merged
tianleiwu merged 2 commits intorel-1.24.3from
tlwu/rel-1.24.3_cherrypikc_round2
Feb 28, 2026
Merged

ORT 1.24.3 release cherry pick round 2#27492
tianleiwu merged 2 commits intorel-1.24.3from
tlwu/rel-1.24.3_cherrypikc_round2

Conversation

@tianleiwu
Copy link
Copy Markdown
Contributor

This cherry-picks the following commits for the release:

Commit ID PR Number Commit Title
2604d31 #27480 Move JAR testing pipelines to canonical pipeline template
0768f42 #27483 Reduce allocation size in test Gather_oveflow_check from 4GiB to >2GiB

eserscor and others added 2 commits February 28, 2026 04:16
### Description

### Motivation and Context

Resolves ongoing security issues with auditing the jar testing pipeline
in the backend.
#27483)

### Description
This PR reduces the size of the memory allocation for expected outputs
from ~4GiB to ~2GiB in the Gather_overflow_check test. The updated test
still verifies that the integer overflow fix from PR
#27444 is valid. That is,
that the CPU Gather operator correctly handles output tensors with
element counts that exceed INT32_MAX.

Changes:

- Reduced test dimension from 65537 to 46341 (output shape from
65537×65537 to 46341×46341), which results in a total number of elements
that is just over INT32_MAX, which is required to test the bug fix.
  - The peak memory usage is reduced to ~4GiB + overhead.
- Increase Android emulator memory to 5GiB (from 4GiB) to be able to run
the test.

### Motivation
Android CI fails to run the unit test introduced in
#27444 due to memory usage
that exceeds the Android emulator's default memory of 4GiB. This PR
lowers the peak memory usage of the unit test and increases the Android
emulator's memory by 1GiB.
@tianleiwu tianleiwu merged commit 15c006b into rel-1.24.3 Feb 28, 2026
74 of 76 checks passed
@tianleiwu tianleiwu deleted the tlwu/rel-1.24.3_cherrypikc_round2 branch February 28, 2026 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants