pub fn gpu_available() -> boolExpand description
True when wgpu can see at least one adapter. Cached after the first probe. Initializing a cubecl device on an adapterless machine (e.g. a CI runner) panics in a worker thread, so GPU-dependent tests check this first and skip rather than fail.