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 c427acb commit 2b8dd10Copy full SHA for 2b8dd10
mlir/lib/Dialect/XeGPU/IR/XeGPUDialect.cpp
@@ -257,7 +257,7 @@ LogicalResult TensorDescType::verify(
257
<< wiData[i] << " tiles";
258
}
259
260
- if (llvm::isa_and_nonnull<ScatterTensorDescAttr>(encoding)) {
+ if (mlir::isa_and_nonnull<ScatterTensorDescAttr>(encoding)) {
261
auto scatterAttr = llvm::dyn_cast<ScatterTensorDescAttr>(encoding);
262
if (wiData[0] != 1)
263
return emitError()
0 commit comments