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] Support lowering of host_eval to LLVM IR #179

Merged

Commits on Nov 7, 2024

  1. [MLIR][OpenMP] Support lowering of host_eval to LLVM IR

    This patch updates the MLIR to LLVM IR lowering of `omp.target` to support
    passing `num_teams`, `num_threads`, `thread_limit` and SPMD loop bounds through
    the `host_eval` argument of `omp.target`.
    
    This replaces the previous implementation where this information was directly
    attached to the `omp.target` operation rather than captured to be used by the
    corresponding nested operation.
    skatrak committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6e921c3 View commit details
    Browse the repository at this point in the history