Skip to content

Commit ec74833

Browse files
committed
add comments
1 parent 01ca783 commit ec74833

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mlir/include/mlir/Dialect/XeGPU/Transforms/Transforms.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ namespace mlir {
1313
class RewritePatternSet;
1414

1515
namespace xegpu {
16+
17+
/// Options to control the XeGPU unrolling. Its main purpose is to
18+
/// provide a way to customize the native shape of the operation.
1619
struct UnrollOptions {
1720
using FilterConstraintFnType = std::function<LogicalResult(Operation *op)>;
1821
/// Callback function that indicates whether vector unrolling should be

0 commit comments

Comments
 (0)