Containers library

The headers of the container library provide facilities to store elements on the heap. They are heavily inspired by the C++ containers library but deviate from the standard provided ones due to different requirements from heterogeneous systems.

They build upon memory_resources to ensure that e.g. execution space annotations are checked by the type system.

<cuda/experimental/buffer.cuh>

Facilities providing uninitialized heterogeneous potentially stream ordered storage satisfying a set of properties

cudax 2.7.0 / CCCL 2.7.0