[Mlir-commits] [mlir] [mlir][gpu] Avoid duplicate attrs when lowering gpu.func (PR #205035)

Fabian Mora llvmlistbot at llvm.org
Mon Jun 22 07:12:13 PDT 2026


https://github.com/fabianmcg requested changes to this pull request.

The crash is correct, it highlights inappropriate use of the API and attributes, eg. ` gpu.known_block_size = array<i32: 32, 1, 1>` creates an invalid state. Having said that, this does reveals an issue with inherent v. discardable attributes that needs to be solved in IR.

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


More information about the Mlir-commits mailing list