PR #102272: Fix AArch64 CPUIDInfo init#3583
Merged
Merged
Conversation
Imported from GitHub PR tensorflow/tensorflow#102272 Fixes an issue where CPUIDInfo was being created without initializing parameters. Result was AArch64 builds falling back to Eigen for many ops which should now be fixed. Copybara import of the project: -- b6a9e1c1173d675533ffbb71c5eb36c7060ae2d0 by David Svantesson-Yeung <david.svantesson-yeung@arm.com>: Fix AArch64 CPUIDInfo init Fixes an issue where CPUIDInfo is created without calling Initialize(). Merging this change closes #102272 PiperOrigin-RevId: 933787792
94ff273 to
5e76c50
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR #102272: Fix AArch64 CPUIDInfo init
Imported from GitHub PR tensorflow/tensorflow#102272
Fixes an issue where CPUIDInfo was being created without initializing parameters. Result was AArch64 builds falling back to Eigen for many ops which should now be fixed.
Copybara import of the project:
--
b6a9e1c1173d675533ffbb71c5eb36c7060ae2d0 by David Svantesson-Yeung david.svantesson-yeung@arm.com:
Fix AArch64 CPUIDInfo init
Fixes an issue where CPUIDInfo is created without calling Initialize().
Merging this change closes #102272
FUTURE_COPYBARA_INTEGRATE_REVIEW=tensorflow/tensorflow#102272 from davsva01:fix_aarch64_cpuinfo_init b6a9e1c1173d675533ffbb71c5eb36c7060ae2d0