pub struct RocmRuntimeLoader { /* private fields */ }Expand description
Real dynamic loader using platform ROCm shared libraries.
Implementations§
Trait Implementations§
Source§impl Clone for RocmRuntimeLoader
impl Clone for RocmRuntimeLoader
Source§fn clone(&self) -> RocmRuntimeLoader
fn clone(&self) -> RocmRuntimeLoader
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RocmRuntimeLoader
impl Debug for RocmRuntimeLoader
Source§impl Default for RocmRuntimeLoader
impl Default for RocmRuntimeLoader
Source§fn default() -> RocmRuntimeLoader
fn default() -> RocmRuntimeLoader
Returns the “default value” for a type. Read more
Source§impl DynamicRocmLoader for RocmRuntimeLoader
impl DynamicRocmLoader for RocmRuntimeLoader
Source§fn discover(&self) -> Result<RocmRuntimeProbe, RocmLoadError>
fn discover(&self) -> Result<RocmRuntimeProbe, RocmLoadError>
Performs ROCm runtime discovery.
Auto Trait Implementations§
impl Freeze for RocmRuntimeLoader
impl RefUnwindSafe for RocmRuntimeLoader
impl Send for RocmRuntimeLoader
impl Sync for RocmRuntimeLoader
impl Unpin for RocmRuntimeLoader
impl UnsafeUnpin for RocmRuntimeLoader
impl UnwindSafe for RocmRuntimeLoader
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more