Machine-Learning-Driven Runtime Optimization of BLAS Level 3 on Modern Multi-Core Systems
Yufan Xia, Giuseppe Maria Junior Barca
TL;DR
This work tackles the challenge of optimally selecting the number of threads for BLAS Level 3 routines on modern multi-core systems. It extends the ADSALA framework to cover all L3 subroutines by learning per-subroutine, architecture-specific thread-prediction models trained during installation and used at runtime. The approach achieves substantial performance gains (approximately $1.5\times$ to $3.0\times$ speedups) on two HPC platforms (Setonix and Gadi) compared with using the maximum available threads, and it analyzes the sources of speedup through profiling and runtime patterns. The results demonstrate the generality of the ML-driven runtime optimization for BLAS L3 operations and point to future directions including broader hardware support and potential GPU integration.
Abstract
BLAS Level 3 operations are essential for scientific computing, but finding the optimal number of threads for multi-threaded implementations on modern multi-core systems is challenging. We present an extension to the Architecture and Data-Structure Aware Linear Algebra (ADSALA) library that uses machine learning to optimize the runtime of all BLAS Level 3 operations. Our method predicts the best number of threads for each operation based on the matrix dimensions and the system architecture. We test our method on two HPC platforms with Intel and AMD processors, using MKL and BLIS as baseline BLAS implementations. We achieve speedups of 1.5 to 3.0 for all operations, compared to using the maximum number of threads. We also analyze the runtime patterns of different BLAS operations and explain the sources of speedup. Our work shows the effectiveness and generality of the ADSALA approach for optimizing BLAS routines on modern multi-core systems.
