diff options
author | Artem Kroviakov <71938912+akroviakov@users.noreply.github.com> | 2024-09-09 11:49:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 11:49:16 +0200 |
commit | 663e9cec9c96169aa4e72ab9b6bf08b2d6603093 (patch) | |
tree | 011265a760bfef8cb843348d7bd28ea37c65865d /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp | |
parent | aa21ce4a792c170074193c32e8ba8dd35e57c628 (diff) | |
download | llvm-663e9cec9c96169aa4e72ab9b6bf08b2d6603093.zip llvm-663e9cec9c96169aa4e72ab9b6bf08b2d6603093.tar.gz llvm-663e9cec9c96169aa4e72ab9b6bf08b2d6603093.tar.bz2 |
[Func][GPU] Use SymbolUserOpInterface in func::ConstantOp (#107748)
This PR enables `func::ConstantOp` creation and usage for device
functions inside GPU modules.
The current main returns error for referencing device functions via
`func::ConstantOp`, because during the `ConstantOp` verification it only
checks symbols in `ModuleOp` symbol table, which, of course, does not
contain device functions that are defined in `GPUModuleOp`. This PR
proposes a more general solution.
Co-authored-by: Artem Kroviakov <artem.kroviakov@tum.de>
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp')
0 files changed, 0 insertions, 0 deletions