[all-commits] [llvm/llvm-project] b258f5: [MLIR][Conversion] XeGPU to XeVM: Lower ranked dyn...
Sang Ik Lee via All-commits
all-commits at lists.llvm.org
Wed Oct 29 09:56:12 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b258f5c2527f895dfa98921b61482978aba407e0
https://github.com/llvm/llvm-project/commit/b258f5c2527f895dfa98921b61482978aba407e0
Author: Sang Ik Lee <sang.ik.lee at intel.com>
Date: 2025-10-29 (Wed, 29 Oct 2025)
Changed paths:
M mlir/lib/Conversion/XeGPUToXeVM/XeGPUToXeVM.cpp
M mlir/test/Conversion/XeGPUToXeVM/create_nd_tdesc.mlir
Log Message:
-----------
[MLIR][Conversion] XeGPU to XeVM: Lower ranked dynamic base memory for create_nd_tdesc. (#164283)
Current lowering pattern for create_nd_tdesc restricts source memref to
static shape.
In case of a dynamic ranked memref, create_nd_tdesc already provides
shape as an argument.
Lowering can use those values instead of returning a mismatch error.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list