Skip to main content
SHARE
Publication

The Minos Computing Library: efficient parallel programming for extremely heterogeneous systems...

Publication Type
Conference Paper
Book Title
Proceedings of the 13th Annual Workshop on General Purpose Processing using Graphics Processing Unit
Publication Date
Page Numbers
1 to 10
Conference Name
Proceedings of the 13th Annual Workshop on General Purpose Processing using Graphics Processing Unit (GPGPU)
Conference Location
San Diego, California, United States of America
Conference Sponsor
IEEE
Conference Date
-

Hardware specialization has become the silver bullet to achieve efficient high performance, from Systems-on-Chip systems, where hardware specialization can be "extreme", to large-scale HPC systems. As the complexity of the systems increases, so does the complexity of programming such architectures in a portable way.

This work introduces the Minos Computing Library (MCL), as system software, programming model, and programming model runtime that facilitate programming extremely heterogeneous systems. MCL supports the execution of several multi-threaded applications within the same compute node, performs asynchronous execution of application tasks, efficiently balances computation across hardware resources, and provides performance portability.

We show that code developed on a personal desktop automatically scales up to fully utilize powerful workstations with 8 GPUs and down to power-efficient embedded systems. MCL provides up to 17.5x speedup over OpenCL on NVIDIA DGX-1 systems and up to 1.88x speedup on single-GPU systems. In multi-application workloads, MCL's dynamic resource allocation provides up to 2.43x performance improvement over manual, static resources allocation.