MLIR  19.0.0git
Public Attributes | List of all members
ForallRewriteResult Struct Reference

Struct to return the result of the rewrite of a forall operation. More...

Public Attributes

SmallVector< int64_t > mappingSizes
 
SmallVector< ValuemappingIds
 

Detailed Description

Struct to return the result of the rewrite of a forall operation.

Definition at line 397 of file GPUTransformOps.cpp.

Member Data Documentation

◆ mappingIds

SmallVector<Value> ForallRewriteResult::mappingIds

Definition at line 399 of file GPUTransformOps.cpp.

◆ mappingSizes

SmallVector<int64_t> ForallRewriteResult::mappingSizes

Definition at line 398 of file GPUTransformOps.cpp.

Referenced by mlir::transform::gpu::mapForallToBlocksImpl().


The documentation for this struct was generated from the following file: