[Mlir-commits] [mlir] [mlir][xegpu] Bug fix in UpdateNdOffset distribution. (PR #150545)
Charitha Saumya
llvmlistbot at llvm.org
Tue Aug 5 14:21:43 PDT 2025
charithaintc wrote:
> Fix itself looks fine 👍
>
> AFAIK, the issue here was pretty generic as in type mismatch occurred during partial distribution. Won't this problem occur for any other ops?
Other ops seems to be handled correctly. I made a mistake when constructing the UpdateNd op.
https://github.com/llvm/llvm-project/pull/150545
More information about the Mlir-commits
mailing list