We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ca783 commit ec74833Copy full SHA for ec74833
mlir/include/mlir/Dialect/XeGPU/Transforms/Transforms.h
@@ -13,6 +13,9 @@ namespace mlir {
13
class RewritePatternSet;
14
15
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.
19
struct UnrollOptions {
20
using FilterConstraintFnType = std::function<LogicalResult(Operation *op)>;
21
/// Callback function that indicates whether vector unrolling should be
0 commit comments