[Mlir-commits] [mlir] [mlir][GPU] Add builders to allow passing in integer `upper_bound`s (PR #114252)

Mehdi Amini llvmlistbot at llvm.org
Wed Oct 30 10:58:43 PDT 2024


joker-eph wrote:

I'm not sure I understand the motivation: is this just hiding the index attribute creation? In general I am not fond of builder which hide this kind of cost, even though I realize the tradeoff with usability here.

Taking another angle: can we instead move to a native integer property and avoid the cost of the attribute creation?



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


More information about the Mlir-commits mailing list