Achieving Scalability in a K-NN Multi-GPU Network Service with Centaur

January 1, 2019
Abstract

Centaur is a GPU-centric architecture for building a low-latency approximate k-Nearest-Neighbors network server. We implement a multi-GPU distributed data flow runtime which enables efficient and scalable network request processing on GPUs. The runtime eliminates GPU management overheads from the CPU, making the server throughput and response time largely agnostic to the CPU load, speed or the number of dedicated CPU cores. Our experiments systems show that our server achieves near-perfect scaling for 16 GPUs, beating the throughput of a highly-optimized CPU-driven server by 35% while maintaining about 2msec average request latency. Furthermore, it requires only a single CPU core to run, achieving over an order of magnitude higher throughput than the standard CPU-driven server architecture in this setting.

Download
Publication Type
Paper
Conference / Journal Name
Parallel Architectures and Compilation Techniques (PACT)

BibTeX


@inproceedings{
    author = {},
    title = {‌Achieving Scalability in a K-NN Multi-GPU Network Service with Centaur‌},
    booktitle = {Proceedings of Parallel Architectures and Compilation Techniques (PACT)‌},
    year = {‌2019‌}
}