[Mlir-commits] [llvm] [mlir] [OMPIRBuilder] - Make offloading input data persist for deferred target tasks (PR #133499)
Sergio Afonso
llvmlistbot at llvm.org
Thu May 8 05:50:53 PDT 2025
================
@@ -7204,55 +7287,80 @@ OpenMPIRBuilder::InsertPointOrErrorTy OpenMPIRBuilder::emitTargetTask(
// (iii) Create a task with the task entry point created in (ii)
//
// That is we create the following
- //
+ // struct task_with_privates {
+ // struct kmp_task_ompbuilder_t;
+ // struct privates {
+ // [2 x ptr], ; baseptrs
----------------
skatrak wrote:
```suggestion
// [2 x ptr] ; baseptrs
```
https://github.com/llvm/llvm-project/pull/133499
More information about the Mlir-commits
mailing list