Skip to content

Commit 98246b0

Browse files
committed
clarify the todo
1 parent 8e1f698 commit 98246b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Conversion/NVGPUToNVVM/NVGPUToNVVM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ struct NVGPUWarpgroupMmaOpLowering
11951195
auto scaleIn = NVVM::WGMMAScaleInAttr::get(ctx, NVVM::WGMMAScaleIn::one);
11961196
auto layoutA = NVVM::MMALayoutAttr::get(ctx, NVVM::MMALayout::row);
11971197
auto layoutB = NVVM::MMALayoutAttr::get(ctx, NVVM::MMALayout::col);
1198-
// todo input type
1198+
// todo: handle other input and output types
11991199
auto itype = NVVM::WGMMATypesAttr::get(ctx, NVVM::WGMMATypes::f16);
12001200
auto overflow =
12011201
NVVM::MMAIntOverflowAttr::get(ctx, NVVM::MMAIntOverflow::wrapped);

0 commit comments

Comments
 (0)