DPU C++ Host API  2025.1.0
dpu::DpuProgram Class Reference

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
 

Detailed Description

Representation of a DPU program.

Member Function Documentation

◆ get()

DpuSymbol dpu::DpuProgram::get ( const std::string &  SymbolName)
inline

Fetch the DPU symbol of the given name.

Parameters
SymbolNamethe DPU symbol name
Returns
the DPU symbol
Exceptions
DpuErrorwhen the symbol cannot be found

The documentation for this class was generated from the following file: