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

[Flang][OpenMP] Erase trip count for generic kernels #125

Merged
merged 2 commits into from
Jul 31, 2024

Commits on Jul 24, 2024

  1. [Flang][OpenMP] Erase trip count for generic kernels

    We determine the type of the kernel based on the MLIR code,
    which changes during the lowering phase. Some kernels,
    such as those with multiple workshare loops, are initially
    classified as SPMD kernels, but are later recognized as generic
    kernels during PFT lowering. In such cases,
    we need to identify the change in type and clear the trip count
    if it was previously set.
    DominikAdamski committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    78604ec View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Apply Sergio's remark

    DominikAdamski committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    0e8e02e View commit details
    Browse the repository at this point in the history