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

[CPU][NFC] Collapsing methods that query a config is enabled. #18686

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

hanhanW
Copy link
Contributor

@hanhanW hanhanW commented Oct 3, 2024

It just looks if the UnitAttr is set in the dictionary or not.

The translationInfo check is moved above LLVMCPUPipelineOptions setup because some configs are set to translationInfo. We can bail out earlier when it does not exist.

It is a follow-up for 903ab0a

It just looks if the UnitAttr is set in the dictionary or not.

The `translationInfo` check is moved above LLVMCPUPipelineOptions setup
because some configs are set to `translationInfo`. We can bail out
earlier when it does not exist.

It is a follow-up for iree-org@903ab0a

Signed-off-by: hanhanW <hanhan0912@gmail.com>
Copy link
Collaborator

@banach-space banach-space left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, thank you!

@hanhanW hanhanW merged commit 126e334 into iree-org:main Oct 4, 2024
35 checks passed
@hanhanW hanhanW deleted the clean-cpu-configs branch October 4, 2024 17:00
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.

2 participants