[all-commits] [llvm/llvm-project] 8249d0: [mlir][acc] Rewrite acc routine bind calls inside ...
Delaram Talaashrafi via All-commits
all-commits at lists.llvm.org
Fri Jun 26 07:36:36 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8249d087039e7e8e2967f0799902cb7ee8278a94
https://github.com/llvm/llvm-project/commit/8249d087039e7e8e2967f0799902cb7ee8278a94
Author: Delaram Talaashrafi <dtalaashrafi at nvidia.com>
Date: 2026-06-26 (Fri, 26 Jun 2026)
Changed paths:
M mlir/include/mlir/Dialect/OpenACC/Transforms/Passes.td
M mlir/lib/Dialect/OpenACC/Transforms/ACCBindRoutine.cpp
M mlir/test/Dialect/OpenACC/acc-bind-routine.mlir
Log Message:
-----------
[mlir][acc] Rewrite acc routine bind calls inside gpu.func (#204220)
Run `acc-bind-routine` on `FunctionOpInterface` and rewrite calls to
bound symbols in offload regions and `gpu.func`. For string bind names,
declare private functions in the enclosing `gpu.module` symbol table
when the call is inside device code.
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