Skip to main content

cpu_scope

Function cpu_scope 

Source
pub fn cpu_scope<R>(f: impl FnOnce() -> R) -> R
Expand description

Run f with the GPU gates off on this thread (pure-CPU arm).