Files
clang-p2996/mlir/lib/Conversion/AMDGPUToROCDL
Ivan Butygin 953b07febc [mlir] AMDGPUToROCDL: RawBufferOpLowering fixes (#120642)
1. We can use `getNumElements()` only for memrefs with trivial layout.
2. Buffer ops expecting sizes in i32 but descriptor values can be either
i32 or i64, add appropriate casts. This implementation is not ideal as
it can overflow, but it's still better than generating broken IR.
2024-12-20 18:09:01 +03:00
..