¶using buffer_access_allocation_map =
std::vector<buffer_access_allocation>;
using buffer_access_allocation_map =
std::vector<buffer_access_allocation>;
Description
Allocation-equivalent of a buffer_access_map. The runtime hydration and reduction mechanism are keyed by zero-based indices per instruction. We use a std::vector directly instead of a small_vector because entries are > 100 bytes each.