Skip to main content

is_enabled

Function is_enabled 

Source
pub fn is_enabled() -> bool
Expand description

Whether per-CB profiling is enabled via MLX_PROFILE_CB=1.

Cached in an atomic so the hot path is a single load.