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] Add global and program memory space handling to the data layout subsystem #77367

Merged

Commits on Jan 8, 2024

  1. [mlir] Add global and program memory space handling to the data layou…

    …t subsystem
    
    This patch is based on a previous PR https://reviews.llvm.org/D144657 that added
    alloca address space handling to MLIR's DataLayout and DLTI interface. This patch
    aims to add identical features to access the global and program memory space
    through MLIR's DataLayout/DLTI system.
    agozillon committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    93566dd View commit details
    Browse the repository at this point in the history