[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 16:28:50 PDT 2024
joker-eph wrote:
Extracting things from the compilation process and adding them as metadata seems fine, just like keeping around parameters used for the compilation process. But I'm not sure about this though:
> It also stores the attribute dictionary of the LLVM function used to generate the kernel.
This is basically a blob of random things, most of these may have no relationship to the end result.
https://github.com/llvm/llvm-project/pull/95292
More information about the Mlir-commits
mailing list