pub fn build_dsa_weights(
gpu: &dyn GpuBackend,
cfg: &Glm5NextDsaConfig,
plan: &DsaTpPlan,
load: LoadFn<'_>,
) -> Result<Glm5NextDsaWeights>Expand description
Bind one DSA block for this rank.
pub fn build_dsa_weights(
gpu: &dyn GpuBackend,
cfg: &Glm5NextDsaConfig,
plan: &DsaTpPlan,
load: LoadFn<'_>,
) -> Result<Glm5NextDsaWeights>Bind one DSA block for this rank.