|
MLIR
22.0.0git
|
Struct to return the result of the rewrite of a forall operation. More...
Public Attributes | |
| SmallVector< int64_t > | mappingSizes |
| SmallVector< Value > | mappingIds |
Struct to return the result of the rewrite of a forall operation.
Definition at line 457 of file GPUTransformOps.cpp.
| SmallVector<Value> ForallRewriteResult::mappingIds |
Definition at line 459 of file GPUTransformOps.cpp.
| SmallVector<int64_t> ForallRewriteResult::mappingSizes |
Definition at line 458 of file GPUTransformOps.cpp.
Referenced by mlir::transform::gpu::mapForallToBlocksImpl().