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 5b4b363 commit bd21220Copy full SHA for bd21220
mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
@@ -963,8 +963,8 @@ LogicalResult NVVM::WMMALoadOp::verify() {
963
// Special case for f64 fragments
964
Type f64Ty = Float64Type::get(getContext());
965
if (typeInfo.first == f64Ty && typeInfo.second == 1) {
966
- if (getType() != f64Ty)
967
- return emitOpError("expected destination type to be f64");
+ if (getType() != f64Ty)
+ return emitOpError("expected destination type to be f64");
968
return success();
969
}
970
// Everything else is a struct
0 commit comments