[all-commits] [llvm/llvm-project] bf59b6: [acc] Add `acc.kernel_environment` to enable compu...
Razvan Lupusoru via All-commits
all-commits at lists.llvm.org
Tue Oct 28 12:34:56 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf59b6e8a0289db9cbbdc600491ef6c329dbf8b3
https://github.com/llvm/llvm-project/commit/bf59b6e8a0289db9cbbdc600491ef6c329dbf8b3
Author: Razvan Lupusoru <razvan.lupusoru at gmail.com>
Date: 2025-10-28 (Tue, 28 Oct 2025)
Changed paths:
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/test/Dialect/OpenACC/ops.mlir
Log Message:
-----------
[acc] Add `acc.kernel_environment` to enable compute decomposition (#165455)
Introduce `acc.kernel_environment` operation to capture data mapping and
asynchronous behavior from OpenACC compute constructs. This enables
decomposition by separating data movement and synchronization from
kernel execution parallelism, facilitating lowering to GPU dialect.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list