llvm-project
2263210d - [mlir][acc] Add destroy region to reduction recipes (#155480)

Commit
13 days ago
[mlir][acc] Add destroy region to reduction recipes (#155480) Reduction recipes capture how a private copy is created. In some languages, like C++ class variables with destructors - that private copy also must be properly destroyed. Thus update the reduction recipe to contain a `destroy` region similarly to the private recipes.
Parents
Loading