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

Fabian Mora llvmlistbot at llvm.org
Tue Feb 20 07:37:30 PST 2024


https://github.com/fabianmcg approved this pull request.

LGTM! Thanks for adding the errors!
Small NIT, is there a reason for `Twine(attribute.getName())  + "..."` instead of `attribute.getName() + "..."`. I think the latter should also create a Twine.

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


More information about the Mlir-commits mailing list