vecmem 1.14.0
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 NvecmemMain namespace for the vecmem classes/functions
 NcudaNamespace holding types that work on/with CUDA
 NdataNamespace holding "data types"
 NdetailsNamespace for types that should not be used directly by clients
 NedmNamespace for the types implementing Struct-of-Array container support
 NhipNamespace holding types that work on/with ROCm/HIP
 NsyclNamespace holding types that work on/with oneAPI/SYCL
 Cabstract_eventInterface that language specific "events" need to implement
 CallocatorAn allocator class that wraps a memory resource
 Carena_memory_resourceMemory resource implementing an arena allocation scheme
 CarrayArray with a fixed size, chosen during runtime
 CatomicClass providing atomic operations for the VecMem code
 Cbinary_page_memory_resourceA memory manager using power-of-two pages that can be split to deal with allocation requests of various sizes
 Cchoice_memory_resourceThis memory resource conditionally allocates memory
 Ccoalescing_memory_resourceThis memory resource tries to allocate with several upstream resources and returns the first succesful one
 Cconditional_memory_resourceThis memory resource conditionally allocates memory
 Ccontiguous_memory_resourceDownstream allocator that ensures that allocations are contiguous
 CcopyClass implementing (synchronous) host <-> device memory copies
 Cdebug_memory_resourceThis memory resource forwards allocation and deallocation requests to the upstream resource, but alerts the user of potential problems
 Cdevice_arrayClass mimicking a host-filled std::array in "device code"
 Cdevice_vectorClass mimicking an std::vector in "device code"
 Cdummy_device_atomic_refDummy / No-op atomic reference for unsupported devices / compilers
 Chost_memory_resourceMemory resource which wraps standard library memory allocation calls
 Cidentity_memory_resourceThis memory resource forwards allocation and deallocation requests to the upstream resource
 Cinstrumenting_memory_resourceThis memory resource forwards allocation and deallocation requests to the upstream resource while recording useful statistics and information about these events
 Cjagged_device_vectorA view for jagged vectors
 Cmemory_monitorClass collecting some basic set of memory allocation statistics
 Cpool_memory_resourceMemory resource pooling allocations of various sizes
 Cposix_device_atomic_refCustom implementation for atomic operations using "POSIX" built-ins
 Cstatic_arraySimple statically-sized array-like class designed for use in device code
 Cstatic_vectorClass mimicking std::vector on top of a fixed sized array
 Csynchronized_memory_resourceA memory resource that synchronizes the operations of an upstream resource
 Cterminal_memory_resourceThis memory resource does nothing, but it does nothing for a purpose
 CtupleDefault tuple type
 Ctuple< T, Ts... >Simple tuple implementation for the vecmem EDM classes
 Ctuple_elementDefault/empty implementation for vecmem::tuple_element
 Ctuple_element< I, tuple< Ts... > >Get the type of the I-th element of a tuple