Skip to main content
UsmAlloc
oneapi_
rs
0.1.0
UsmAlloc
Implementors
In oneapi_
rs::
usm
oneapi_rs
::
usm
Trait
UsmAlloc
Copy item path
Source
pub unsafe trait UsmAlloc: Allocator { }
Expand description
A marker trait for USM allocators.
Implementors
§
Source
§
impl<'a, T:
UsmAllocatorKind
>
UsmAlloc
for
UsmAllocator
<'a, T>