diff options
author | Longsheng Mou <longshengmou@gmail.com> | 2025-08-08 11:43:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-08 11:43:21 +0800 |
commit | 7d886fab74d4037d654d02bed24dd97c0ba863d6 (patch) | |
tree | 5689c388f0ce4d75b4d22e1df08bdecfae87cda4 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | ffdaf85a95026945c654f981b09267ce9f81ae80 (diff) | |
download | llvm-7d886fab74d4037d654d02bed24dd97c0ba863d6.zip llvm-7d886fab74d4037d654d02bed24dd97c0ba863d6.tar.gz llvm-7d886fab74d4037d654d02bed24dd97c0ba863d6.tar.bz2 |
[mlir][gpu] Update attribute definitions in `gpu::LaunchOp` (#152106)
`gpu::LaunchOp` is updated the following way:
- Change the attribute type of kernel function and module from
`SymbolRefAttr` to `FlatSymbolRefAttr` to avoid nested symbol
references.
- Rename variables from camel case (kernelFunc, kernelModule) to lower
case (function, module) and update the syntax.
- `LaunchOp::build` support passing `module` and `function` attributes.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions