llvm-project
da92bc06 - [mlir][acc] Support call target handling for bind(name) (#187390)

Commit
15 days ago
[mlir][acc] Support call target handling for bind(name) (#187390) The OpenACC `routine` directive may specify a `bind(name)` clause to associate the routine with a different symbol for device code. This pass `ACCBindRoutine` finds calls inside offload regions that target such routines and rewrites the callee to the bound symbol. --------- Co-authored-by: Delaram Talaashrafi <dtalaashrafi@nvidia.com>
Parents
Loading