use ;
/// Default workgroup size used by plotting compute shaders when no hint is
/// provided by the acceleration stack. Matches the WGPU backend defaults so we
/// stay within adapter limits even before calibration.
const DEFAULT_WG_SIZE: u32 = 256;
static WORKGROUP_OVERRIDE: AtomicU32 = new;
/// Returns the currently configured workgroup size for plot compute shaders.
/// Update the workgroup size hint using the acceleration provider's
/// auto-calibrated value. Values of zero are ignored to avoid disabling the
/// fallback default.