paper-with-me

Papers

A Simulation Platform for Multi-tenant Machine Learning Services on Thousands of GPUs

2022-01-10 · Ruofan Liang, Bingsheng He, Shengen Yan, Peng Sun

Multi-tenant machine learning services have become emerging data-intensive workloads in data centers with heavy usage of GPU resources. Due to the large scale, many tuning parameters and heavy resource usage, it is usually impractical to evaluate and benchmark those machine learning services on real clusters. In this demonstration, we present AnalySIM, a cluster simulator that allows efficient design explorations for multi-tenant machine learning services. Specifically, by trace-driven cluster workload simulation, AnalySIM can easily test and analyze various scheduling policies in a number of performance metrics such as GPU resource utilization. AnalySIM simulates the cluster computational resource based on both physical topology and logical partition. The tool has been used in SenseTime to understand the impact of different scheduling policies with the trace from a real production cluster of over 1000 GPUs. We find that preemption and migration are able to significantly reduce average job completion time and mitigate the resource fragmentation problem.

📄 PDF Abstract BibTeX arXiv:2201.03175

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningGPUScheduling

Similar Papers 제목 키워드 기반

Cost-Governed RAG: Unified Per-Tenant Cost Attribution Across Retrieval and Generation in Multi-Tenant LLM Systems

2026-07-13 · Navnit Shukla arxiv

Enterprise Retrieval-Augmented Generation (RAG) deployments face a critical governance gap: while LLM generation cost is metered per token, the retrieval layer - vector memory, similarity compute, and embedding API calls…

JoyNexus: Service-Oriented Multi-Tenant Post-Training for VLA Models

2026-07-17 · Haoran Sun, Wentao Zhang, Junyang Hua, Hedan Yang 외 arxiv

The post-training of Vision-Language-Action (VLA) models is essential due to the diversity of simulators, robot embodiments, and task objectives. Existing compute services, whether offered as direct accelerator rental or…

Reinforcement Learning

Towards Fair and Firm Real-Time Scheduling in DNN Multi-Tenant Multi-Accelerator Systems via Reinforcement Learning

2024-02-09 · Enrico Russo, Francesco Giulio Blanco, Maurizio Palesi, Giuseppe Ascia 외

This paper addresses the critical challenge of managing Quality of Service (QoS) in cloud services, focusing on the nuances of individual tenant expectations and varying Service Level Indicators (SLIs). It introduces a n…

Deep Reinforcement LearningManagementScheduling

Cloud-native RStudio on Kubernetes for Hopsworks

2023-07-18 · Gibson Chikafa, Sina Sheikholeslami, Salman Niazi, Jim Dowling 외

In order to fully benefit from cloud computing, services are designed following the "multi-tenant" architectural model, which is aimed at maximizing resource sharing among users. However, multi-tenancy introduces challen…

Cloud Computing

Hardware-Assisted Virtualization of Neural Processing Units for Cloud Platforms

2024-08-07 · Yuqi Xue, Yiqi Liu, Lifeng Nai, Jian Huang

Cloud platforms today have been deploying hardware accelerators like neural processing units (NPUs) for powering machine learning (ML) inference services. To maximize the resource utilization while ensuring reasonable qu…

Scheduling