Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update arena creation check in Environment::CreateAndRegisterAllocator() to check for 32-bit builds instead of non-x86_64 builds. #22304

Merged
merged 2 commits into from
Oct 4, 2024

Conversation

edgchen1
Copy link
Contributor

@edgchen1 edgchen1 commented Oct 3, 2024

Description

Update arena creation check in Environment::CreateAndRegisterAllocator() to check for 32-bit builds instead of non-x86_64 builds.

Motivation and Context

The arena was unexpectedly disabled in an ARM64 build.

…r() to check for 32-bit builds instead of non-x64 builds.
snnn
snnn previously approved these changes Oct 3, 2024
@edgchen1 edgchen1 marked this pull request as ready for review October 4, 2024 00:46
@edgchen1 edgchen1 merged commit 1df215e into main Oct 4, 2024
85 of 87 checks passed
@edgchen1 edgchen1 deleted the edgchen1/update_create_arena_check branch October 4, 2024 16:03
@hariharans29
Copy link
Member

Fixes #21191

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