pub fn default_compute_for<T: TensorSupported>() -> ComputeDescExpand description
Pick the canonical compute descriptor for T. Mirrors NVIDIA’s
guidance: f32 inputs default to MIN_32F, f64 to MIN_64F, half/bf16
accumulate in f32 (MIN_32F).
pub fn default_compute_for<T: TensorSupported>() -> ComputeDescPick the canonical compute descriptor for T. Mirrors NVIDIA’s
guidance: f32 inputs default to MIN_32F, f64 to MIN_64F, half/bf16
accumulate in f32 (MIN_32F).