中文
相关论文

相关论文: Taurus: A Data Plane Architecture for Per-Packet M…

200 篇论文

Deterministic databases enable scalable replicated systems by executing transactions in a predetermined order. However, existing designs fail to capture transaction dependencies, leading to insufficient scheduling, high abort rates, and…

数据库 · 计算机科学 2025-09-03 Junfang Huang , Yu Yan , Hongzhi Wang , Yingze Li , Jinghan Lin

Tensor processing units (TPUs) are one of the most well-known machine learning (ML) accelerators utilized at large scale in data centers as well as in tiny ML applications. TPUs offer several improvements and advantages over conventional ML…

硬件体系结构 · 计算机科学 2024-07-12 Mohammed Elbtity , Peyton Chandarana , Ramtin Zand

Datacenter power demand has been continuously growing and is the key driver of its cost. An accurate mapping of compute resources (CPU, RAM, etc.) and hardware types (servers, accelerators, etc.) to power consumption has emerged as a…

分布式、并行与集群计算 · 计算机科学 2021-06-15 Ana Radovanovic , Bokan Chen , Saurav Talukdar , Binz Roy , Alexandre Duarte , Mahya Shahbazi

Vehicular crowdsensing is anticipated to become a key catalyst for data-driven optimization in the Intelligent Transportation System (ITS) domain. Yet, the expected growth in massive Machine-type Communication (mMTC) caused by…

网络与互联网体系结构 · 计算机科学 2020-01-16 Benjamin Sliwa , Christian Wietfeld

Deep neural networks (DNN) are increasingly being accelerated on application-specific hardware such as the Google TPU designed especially for deep learning. Timing speculation is a promising approach to further increase the energy…

机器学习 · 计算机科学 2018-07-03 Jeff Zhang , Siddharth Garg

Modern applications increasingly rely on inference serving systems to provide low-latency insights with a diverse set of machine learning models. Existing systems often utilize resource elasticity to scale with demand. However, many…

分布式、并行与集群计算 · 计算机科学 2025-05-13 Joel Wolfrath , Daniel Frink , Abhishek Chandra

With the proposition to install a large number of phasor measurement units (PMUs) in the future power grid, it is essential to provide robust communications infrastructure for phasor data across the network. We make progress in this…

信息论 · 计算机科学 2015-01-05 K. G. Nagananda , Shalinee Kishore , Rick S. Blum

Many algorithms for congestion control, scheduling, network measurement, active queue management, security, and load balancing require custom processing of packets as they traverse the data plane of a network switch. To run at line rate,…

网络与互联网体系结构 · 计算机科学 2016-02-02 Anirudh Sivaraman , Mihai Budiu , Alvin Cheung , Changhoon Kim , Steve Licking , George Varghese , Hari Balakrishnan , Mohammad Alizadeh , Nick McKeown

Machine learning (ML) inference serving systems host deep neural network (DNN) models and schedule incoming inference requests across deployed GPUs. However, limited support for task prioritization and insufficient latency estimation under…

机器学习 · 计算机科学 2026-05-01 Haidong Zhao , Nikolaos Georgantas

We study the performance of a cloud-based GPU-accelerated inference server to speed up event reconstruction in neutrino data batch jobs. Using detector data from the ProtoDUNE experiment and employing the standard DUNE grid job submission…

This work elaborates on a High performance computing (HPC) architecture based on Simple Linux Utility for Resource Management (SLURM) [1] for deploying heterogeneous Large Language Models (LLMs) into a scalable inference engine. Dynamic…

分布式、并行与集群计算 · 计算机科学 2025-08-26 Anderson de Lima Luiz , Shubham Vijay Kurlekar , Munir Georges

Existing DNS configuration verification tools face significant issues (e.g., inefficient and lacking support for incremental verification). Inspired by the advancements in recent work of distributed data plane verification and the…

网络与互联网体系结构 · 计算机科学 2025-11-05 Yao Wang , Kexin Yu , Wenyun Xu , Kaiqiang Hu , Ziyi Wang , Lizhao You , Qiang Su , Dong Guo , Haizhou Du , Wanjian Feng , Qingyu Song , Linghe Kong , Qiao Xiang , Jiwu Shu

Cloud data centers are evolving fast. At the same time, today's large-scale data analytics applications require non-trivial performance tuning that is often specific to the applications, workloads, and data center infrastructure. We propose…

分布式、并行与集群计算 · 计算机科学 2023-01-11 Qizhen Zhang , Jiacheng Wu , Ang Chen , Vincent Liu , Boon Thau Loo

In cloud-scale systems, failures are the norm. A distributed computing cluster exhibits hundreds of machine failures and thousands of disk failures; software bugs and misconfigurations are reported to be more frequent. The demand for…

分布式、并行与集群计算 · 计算机科学 2026-03-20 Yinfang Chen , Jiaqi Pan , Jackson Clark , Yiming Su , Noah Zheutlin , Bhavya Bhavya , Rohan Arora , Yu Deng , Saurabh Jha , Tianyin Xu

Till today we dreamt of imperceptible delay in a network. The computer science research grows today faster than ever offering more and more services (computational representational, graphical, intelligent implication etc) to its user. But…

网络与互联网体系结构 · 计算机科学 2011-10-18 Soumen Kanrar , M Siraj

We propose an approach based on neural networks and the AC power flow equations to identify single- and double-line outages in a power grid using the information from phasor measurement unit sensors (PMUs) placed on only a subset of the…

计算工程、金融与科学 · 计算机科学 2018-03-28 Ching-pei Lee , Stephen J. Wright

This paper presents LatencyScope, a mathematical framework for computing one-way uplink and downlink latency in fifth-generation radio access networks across diverse system configurations. LatencyScope models latency sources across the…

网络与互联网体系结构 · 计算机科学 2026-05-18 Arman Maghsoudnia , Aoyu Gong , Raphael Cannatà , Dan Mihai Dumitriu , Haitham Hassanieh

With rapid advances in network hardware, far memory has gained a great deal of traction due to its ability to break the memory capacity wall. Existing far memory systems fall into one of two data paths: one that uses the kernel's paging…

分布式、并行与集群计算 · 计算机科学 2024-06-25 Lei Chen , Shi Liu , Chenxi Wang , Haoran Ma , Yifan Qiao , Zhe Wang , Chenggang Wu , Youyou Lu , Xiaobing Feng , Huimin Cui , Shan Lu , Harry Xu

Graph search and sparse data-structure traversal workloads contain challenging irregular memory patterns on global data structures that need to be modified atomically. Distributed processing of these workloads has relied on server threads…

硬件体系结构 · 计算机科学 2024-04-23 Marcelo Orenes-Vera , Esin Tureci , David Wentzlaff , Margaret Martonosi

Supercomputers getting ever larger and energy-efficient is at odds with the reliability of the used hardware. Thus, the time intervals between component failures are decreasing. Contrarily, the latencies for individual operations of…

分布式、并行与集群计算 · 计算机科学 2024-11-26 Demian Hespe , Lukas Hübner , Charel Mercatoris , Peter Sanders