![]() |
DPU C++ Host API
2025.1.0
|
Representation of a DPU program. More...
#include <dpu.hpp>
Public Member Functions | |
| DpuSymbol | get (const std::string &SymbolName) |
| Fetch the DPU symbol of the given name. More... | |
Friends | |
| class | DpuSet |
Representation of a DPU program.
|
inline |
Fetch the DPU symbol of the given name.
| SymbolName | the DPU symbol name |
| DpuError | when the symbol cannot be found |