MLIR
20.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 397 of file GPUTransformOps.cpp.
SmallVector<Value> ForallRewriteResult::mappingIds |
Definition at line 399 of file GPUTransformOps.cpp.
SmallVector<int64_t> ForallRewriteResult::mappingSizes |
Definition at line 398 of file GPUTransformOps.cpp.
Referenced by mlir::transform::gpu::mapForallToBlocksImpl().