[Mlir-commits] [mlir] [mlir][amdgpu] Add lowering for make_dma_descriptor (PR #169955)
Jakub Kuderski
llvmlistbot at llvm.org
Tue Dec 2 14:46:04 PST 2025
================
@@ -2364,24 +2371,24 @@ struct AMDGPUMakeDmaDescriptorLowering
// Compute data_size.
int elementTypeWidthInBytes = op.getElementTypeWidth() / 8;
- Value dataSize;
+ int dataSize;
----------------
kuhar wrote:
Isn't this just log2?
https://github.com/llvm/llvm-project/pull/169955
More information about the Mlir-commits
mailing list