[Mlir-commits] [mlir] [mlir][gpu] Add metadata attributes for storing kernel metadata in GPU objects (PR #95292)

Mehdi Amini llvmlistbot at llvm.org
Wed Jun 12 17:07:10 PDT 2024


joker-eph wrote:

> However, the function type, the kernel name and the argument attributes are useful. For example, inside the argument attributes you could have metadata indicating that an argument has to be prefilled with zeros.

I don't believe this should be done through discardable attributes: this is a semantically important setup.

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


More information about the Mlir-commits mailing list