paper-with-me

Papers

Mixed-Precision Communication-Avoiding SGD for Generalized Linear Models on GPUs

2026-06-16 · Aditya Devarakonda, Irene Simó Muñoz, Giulia Guidi arxiv

Distributed stochastic gradient descent (SGD) is limited by communication rather than computation, since each iteration requires an AllReduce across processes. Communication-avoiding SGD (CA-SGD) amortizes communication over $s$ iterations by replacing $s$ consecutive AllReduces with a single AllReduce of an $sb\times sb$ Gram matrix, trading more computation and bandwidth for fewer synchronization points. Modern GPUs with matrix hardware and reduced-precision formats offset this by accelerating the Gram GEMM and shrinking BF16 traffic. We study mixed-precision CA-SGD for generalized linear models on NVIDIA GPUs. Our finite-precision analysis decomposes the local rounding error of one CA-SGD outer iteration into nine independent precision choices, depending on the hardware only through its low-precision unit roundoffs, so the resulting recipes transfer in principle across GPU generations. The recipe stores the input matrix and margin vector in low precision, computes the Gram matrix from low-precision inputs with high-precision accumulation, communicates it in high precision, and performs the inner recurrence and weight updates in high precision. On NERSC Perlmutter A100 GPUs, mixed-precision CA-SGD matches FP32 SGD loss within $0.5\%$ on logistic, linear, and Poisson problems and reaches $5.1$--$6.8\times$ speedup over FP32 SGD on epsilon, SUSY, HIGGS, synth, and Poisson-synth. Our software is available at https://doi.org/10.5281/zenodo.20448273

📄 PDF Abstract BibTeX arXiv:2606.18463

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Tisane: Authoring Statistical Models via Formal Reasoning from Conceptual and Data Relationships

2022-01-07 · Eunice Jun, Audrey Seo, Jeffrey Heer, René Just

Proper statistical modeling incorporates domain theory about how concepts relate and details of how data were measured. However, data analysts currently lack tool support for recording and reasoning about domain assumpti…

valid

Post-training Quantization with Multiple Points: Mixed Precision without Mixed Precision

2020-02-20 · Xingchao Liu, Mao Ye, Dengyong Zhou, Qiang Liu

We consider the post-training quantization problem, which discretizes the weights of pre-trained deep neural networks without re-training the model. We propose multipoint quantization, a quantization method that approxim…

object-detectionObject DetectionQuantization

Training Distributed Deep Recurrent Neural Networks with Mixed Precision on GPU Clusters

2019-11-30 · Alexey Svyatkovskiy, Julian Kates-Harbeck, William Tang

In this paper, we evaluate training of deep recurrent neural networks with half-precision floats. We implement a distributed, data-parallel, synchronous training algorithm by integrating TensorFlow and CUDA-aware MPI to …

GPUTime SeriesTime Series Analysis

Energy-Efficient and Dequantization-Free Q-LLMs: A Spiking Neural Network Approach to Salient Value Mitigation

2025-10-22 · Chenyu Wang, Zhanglu Yan, Zhi Zhou, Xu Chen 외 arxiv

In the era of large language models (LLMs), weight-activation quantization helps fit models on edge device by reducing memory and compute bit-widths. However, three challenges persist for energy constrained hardware: (1)…

Gaussian variational approximation with sparse precision matrices

2016-05-18 · Linda S. L. Tan, David J. Nott

We consider the problem of learning a Gaussian variational approximation to the posterior distribution for a high-dimensional parameter, where we impose sparsity in the precision matrix to reflect appropriate conditional…

State Space ModelsTime SeriesTime Series Analysis