pub fn cuda_selected() -> Result<bool, GpuError>Expand description
True when direct solver GPU entry points should be attempted.
Auto attempts CUDA only after the runtime probe finds a usable device.
Off pins the process to CPU. Required attempts the GPU path so missing
runtime/backend support becomes an explicit error at the callee instead of
an implicit CPU route.