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 e397a46 commit b443992Copy full SHA for b443992
mlir/lib/Dialect/NVGPU/IR/NVGPUDialect.cpp
@@ -394,7 +394,7 @@ LogicalResult TmaAsyncLoadOp::verify() {
394
<< " coordinates are supported.";
395
}
396
if (getCoordinates().size() !=
397
- getTensorMapDescriptor().getType().getTensor().getRank()) {
+ size_t(getTensorMapDescriptor().getType().getTensor().getRank())) {
398
return emitError() << "number of coordinates do not match with the rank of "
399
"tensor descriptor map.";
400
0 commit comments