Skip to main content

configure_thread

Function configure_thread 

Source
pub fn configure_thread() -> bool
Expand description

Configures the current thread for optimal SIMD performance. On x86, this enables AMX tile state via arch_prctl. On other platforms this is a no-op. Must be called once per thread before using AMX (Advanced Matrix Extensions) operations.