AI Engine API User Guide
(AIE-API) 2025.2
Loading...
Searching...
No Matches
aie::AsyncIOBuffer Concept Reference
Basic Types
»
Concepts for Basic Types
Detailed Description
Concept for an asynchronous ADF io_buffer.
Concept definition
template
<
typename
T>
concept
aie::AsyncIOBuffer
=
IOBuffer<T>
&&
requires
(T& t) {
t.acquire();
t.release();
}
aie::AsyncIOBuffer
Concept for an asynchronous ADF io_buffer.
Definition
concepts.hpp:428
aie::IOBuffer
Concept for an ADF io_buffer.
Definition
concepts.hpp:418
aie
AsyncIOBuffer
UG1529 © 2025 Advanced Micro Devices, Inc. All rights reserved.