Skip to content

Conversation

@tianleiwu
Copy link
Contributor

@tianleiwu tianleiwu commented Jan 17, 2026

Description

Increase version number to 1.25.0.

This may need update after we cherry-pick API changes to rel-1.24.0 so that we know the exact boundary of APIs.

hariharans29
hariharans29 previously approved these changes Jan 17, 2026
@edgchen1
Copy link
Contributor

there's also OrtEpApi. do we need to add a similar static_assert there?

&OrtExecutionProviderApi::GetEnvConfigEntries,
};
// checks that we don't violate the rule that the functions must remain in the slots they were originally assigned
static_assert(offsetof(OrtEpApi, ReleaseEpDevice) / sizeof(void*) == 1,
"Size of version 22 API cannot change"); // initial version in ORT 1.22
static_assert(offsetof(OrtEpApi, GetSyncIdForLastWaitOnSyncStream) / sizeof(void*) == 15,
"Size of version 23 API cannot change");

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.

4 participants