Search papers, labs, and topics across Lattice.
This paper extends the GPRat library, which uses the HPX asynchronous many-task runtime system, to enable portable Gaussian Process regression across x86-64, ARM, and RISC-V architectures. They benchmarked node-level strong-scaling and problem-size-scaling for GP prediction and hyperparameter optimization on these architectures. Results show ARM outperforms x86-64 at full node utilization due to superior parallel scaling, while RISC-V lags significantly, highlighting the need for vectorization and memory improvements.
Despite RISC-V's promise, this study reveals it's currently 14x slower than x86-64 for single-core Gaussian Process tasks, signaling a need for architectural improvements before it can compete in ML.
Gaussian processes are widely used in machine learning domains but remain computationally demanding, limiting their efficient scalability across diverse hardware platforms. The GPRat library targets these challenges with the help of the asynchronous many-task runtime system HPX. In this work, we extend GPRat to enable portability across multiple hardware architectures and evaluate its performance on representative x86-64, ARM, and RISC-V chips. We conduct node-level strong-scaling and problem-size-scaling benchmarks for Gaussian Process prediction and hyperparameter optimization to assess single-core performance, parallel scalability, and architectural efficiency. Our results show that while the x86-64 Zen 2 chip achieves a 58% single-core performance advantage over the ARM-based Fujitsu A64FX, superior parallel scaling allows the 48-core ARM chip to outperform the 64-core Zen 2 by 9% at full node utilization. The evaluated SOPHON SG2042 RISC-V chip exhibits substantially lower performance and weaker scalability, with single-core performance lagging by up to a factor of 14 and large-scale parallel workloads showing slowdowns of up to a factor of 25. For problem-size scaling, ARM and x86-64 systems demonstrate comparable performance within 25%. These findings highlight the growing competitiveness of ARM-based processors and emphasize the importance of wide-register vectorization support and memory subsystem improvements for upcoming RISC-V platforms.