[Mlir-commits] [mlir] [mlir][affine][gpu] support unroll dynamic value and apply it to gpu.thread_id op (PR #128113)

Uday Bondhugula llvmlistbot at llvm.org
Sun Feb 23 20:17:47 PST 2025


https://github.com/bondhugula commented:

While it's useful to have a `getUpperBoundOnTripCount`, this approach to specially handle GPU thread IDs in an affine utility isn't the proper, reusable, or the generic way. Instead, see the integer range analysis framework that's already available. It's more general and can be extended as needed.

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


More information about the Mlir-commits mailing list