Skip to content

Commit 2b8dd10

Browse files
committed
Refactor
1 parent c427acb commit 2b8dd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/XeGPU/IR/XeGPUDialect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ LogicalResult TensorDescType::verify(
257257
<< wiData[i] << " tiles";
258258
}
259259

260-
if (llvm::isa_and_nonnull<ScatterTensorDescAttr>(encoding)) {
260+
if (mlir::isa_and_nonnull<ScatterTensorDescAttr>(encoding)) {
261261
auto scatterAttr = llvm::dyn_cast<ScatterTensorDescAttr>(encoding);
262262
if (wiData[0] != 1)
263263
return emitError()

0 commit comments

Comments
 (0)