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

Commits on Oct 3, 2024

  1. [CPU] Collapsing methods that query a config is enabled.

    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>
    hanhanW committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8d175f4 View commit details
    Browse the repository at this point in the history