- Dokuz Eylül Üniversitesi Mühendislik Fakültesi Fen ve Dergisi
- Volume:26 Issue:76
- Quantitative Performance Analysis of BLAS Libraries on GPU Architectures
Quantitative Performance Analysis of BLAS Libraries on GPU Architectures
Authors : Işıl Öz
Pages : 40-48
Doi:10.21205/deufmd.2024267606
View : 49 | Download : 45
Publication Date : 2024-01-23
Article Type : Research Paper
Abstract :Basic Linear Algebra Subprograms (BLAS) are a set of linear algebra routines commonly used by machine learning applications and scientific computing. BLAS libraries with optimized implementations of BLAS routines offer high performance by exploiting parallel execution units in target computing systems. With massively large number of cores, graphics processing units (GPUs) exhibit high performance for computationally-heavy workloads. Recent BLAS libraries utilize parallel cores of GPU architectures efficiently by employing inherent data parallelism. In this study, we analyze GPU-targeted functions from two BLAS libraries, cuBLAS and MAGMA, and evaluate their performance on a single-GPU NVIDIA architecture by considering architectural features and limitations. We collect architectural performance metrics and explore resource utilization characteristics. Our work aims to help researchers and programmers to understand the performance behavior and GPU resource utilization of the BLAS routines implemented by the libraries.Keywords : Temel lineer cebir alt programları, Grafik işlemci birimleri, Performans analizi