aie::AccumOrOp - aie::AccumOrOp - 2024.2 English - UG1529

AI Engine API User Guide (AIE) (UG1529)

Document ID
UG1529
Release Date
2024-11-13
Version
2024.2 English
AI Engine API User Guide: aie::AccumOrOp Concept Reference
AI Engine API User Guide (AIE-API) 2024.2
Loading...
Searching...
No Matches
aie::AccumOrOp Concept Reference

Concept that allows aie::Accum or an accumulator operation modifier. More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept aie::AccumOrOp = detail::is_accum_or_op_v<T>
Concept that allows aie::Accum or an accumulator operation modifier.
Definition concepts.hpp:302

Detailed Description

Concept that allows aie::Accum or an accumulator operation modifier.