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

[MLIR][OpenMP] Lower only target related pragmas for GPU MLIR #40

Open
wants to merge 1 commit into
base: amd-trunk-dev
Choose a base branch
from

Commits on Feb 22, 2024

  1. [MLIR][OpenMP] Lower only target related pragmas for GPU MLIR

    Flang generates two MLIR files for target-related pragmas:
    the host MLIR and the GPU MLIR. If a given source function
    contains both host and target-related pragmas, we must ensure
    that we do not lower the host-related pragmas for the GPU MLIR.
    DominikAdamski committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    73466c5 View commit details
    Browse the repository at this point in the history