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 908334e commit ed83bfdCopy full SHA for ed83bfd
mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
@@ -1158,7 +1158,7 @@ llvm::Intrinsic::ID CpAsyncBulkTensorReduceOp::getIntrinsicID(
1158
llvm_unreachable("Invalid Reduction Op for CpAsyncBulkTensorReduceOp");
1159
}
1160
1161
-/// Infer the result ranges for the NVVM SpecialRangeableRegisterOp that migth
+/// Infer the result ranges for the NVVM SpecialRangeableRegisterOp that might
1162
/// have ConstantRangeAttr.
1163
static void nvvmInferResultRanges(Operation *op, Value result,
1164
ArrayRef<::mlir::ConstantIntRanges> argRanges,
0 commit comments