Structs§
- Device
Allocator - An allocator for Device-side buffers Safety: memory allocated by this allocator cannot be accessed on the host side
- Host
Allocator - An allocator for Host-side buffers
- Shared
Allocator - An allocator for shared memory buffers
- UsmAllocator
- An instance of a USM allocator.
Traits§
- Host
Accessible - A marker trait for host-accessible USM allocators.
- UsmAlloc
- A marker trait for USM allocators.
- UsmAllocator
Kind