[Mlir-commits] [mlir] [mlir][AMDGPU] Set uniform-work-group-size=true by default (PR #79077)

Krzysztof Drewniak llvmlistbot at llvm.org
Tue Feb 27 10:33:13 PST 2024


krzysz00 wrote:

@fabianmcg  Re the nit, I'm pretty sure that `+` on `StringAttr` (or `StringRef`, either way) and a literal doesn't create a `Twine` by default, so one of the arguments has to get an explicit constructor.

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


More information about the Mlir-commits mailing list