[Mlir-commits] [mlir] [mlir]introduce UnrollScopeInterface and apply it to funcOp and gpu.launch Op. (PR #123904)

Krzysztof Drewniak llvmlistbot at llvm.org
Fri Jan 24 12:12:46 PST 2025


krzysz00 wrote:

Ok, no, I worked out part of the issue. The reason `canonicalize` is deleting your gpu.launch body is because it doesn't *do* anything. You need to, for example, store that vector in a memref

https://github.com/llvm/llvm-project/pull/123904


More information about the Mlir-commits mailing list