模板参数
功能说明
TQueSync类的模板参数用于指定源流水和目标流水,目的流水等待源流水。
函数原型
template<pipe_t src, pipe_t dst>
class TQueSync {
public:
__aicore__ inline void SetFlag(TEventID id);
__aicore__ inline void WaitFlag(TEventID id);
};
返回值
无
支持的型号
Atlas 训练系列产品
Atlas推理系列产品AI Core
Atlas A2训练系列产品/Atlas 800I A2推理产品
约束说明
无。
父主题: TQueSync