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] Skip host omp ops when compiling for the target device #51

Closed
wants to merge 2 commits into from

Commits on Mar 19, 2024

  1. [MLIR][OpenMP] Skip host omp ops when compiling for the target device

    This patch separates the lowering dispatch for host and target devices. For the
    target device, if the current operation is not a top-level operation
    (omp.target) or is inside a target device code region it will be ignored,
    since it belongs to the host code.
    
    This is a copy of PR85239 upstream.
    jsjodin committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    e11c806 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    5f04439 View commit details
    Browse the repository at this point in the history