[Mlir-commits] [mlir] [mlir][gpu] Add metadata attributes for storing kernel metadata in GPU objects (PR #95292)
Fabian Mora
llvmlistbot at llvm.org
Wed Jun 12 17:20:00 PDT 2024
fabianmcg wrote:
> I don't believe this should be done through discardable attributes: this is a semantically important setup.
They are not discardable, they are being stored inside `#gpu.object`, and those are stored as inherent attributes in the `gpu.binary` op.
I'll add more explicitly into the description that these attributes live inside `#gpu.object`s into the description.
https://github.com/llvm/llvm-project/pull/95292
More information about the Mlir-commits
mailing list