中文
相关论文

相关论文: Dr. Top-k: Delegate-Centric Top-k on GPUs

200 篇论文

Among the novel metrics used to study the relative importance of nodes in complex networks, k-core decomposition has found a number of applications in areas as diverse as sociology, proteinomics, graph visualization, and distributed system…

其他计算机科学 · 计算机科学 2011-03-30 Alberto Montresor , Francesco De Pellegrini , Daniele Miorandi

Accelerators, like GPUs, have become a trend to deliver future performance desire, and sharing the same virtual memory space between CPUs and GPUs is increasingly adopted to simplify programming. However, address translation, which is the…

硬件体系结构 · 计算机科学 2021-10-19 Chao Yu , Yuebin Bai , Rui Wang

By integrating edge computing with parallel computing, distributed edge computing (DEC) makes use of distributed devices in edge networks to perform computing in parallel, which can substantially reduce service delays. In this paper, we…

网络与互联网体系结构 · 计算机科学 2020-02-10 Xiaowen Gong

Hyperbolicity is a graph parameter related to how much a graph resembles a tree with respect to distances. Its computation is challenging as the main approaches consist in scanning all quadruples of the graph or using fast matrix…

离散数学 · 计算机科学 2021-11-23 David Coudert , André Nusser , Laurent Viennot

The discontinuous Galerkin (DG) algorithm is a representative high order method in Computational Fluid Dynamics (CFD) area which possesses considerable mathematical advantages such as high resolution, low dissipation, and dispersion.…

数学软件 · 计算机科学 2022-09-07 Zhe Dai , Liang D , Yueqin Wang , Fang Wang , Li Ming , Jian Zhang

Most distributed machine learning systems nowadays, including TensorFlow and CNTK, are built in a centralized fashion. One bottleneck of centralized algorithms lies on high communication cost on the central node. Motivated by this, we ask,…

最优化与控制 · 数学 2017-09-12 Xiangru Lian , Ce Zhang , Huan Zhang , Cho-Jui Hsieh , Wei Zhang , Ji Liu

Maintaining computational load balance is important to the performant behavior of codes which operate under a distributed computing model. This is especially true for GPU architectures, which can suffer from memory oversubscription if…

分布式、并行与集群计算 · 计算机科学 2021-11-05 Michael E. Rowan , Axel Huebl , Kevin N. Gott , Jack Deslippe , Maxence Thévenet , Remi Lehe , Jean-Luc Vay

We present a GPU-accelerated version of a high-order discontinuous Galerkin discretization of the unsteady incompressible Navier-Stokes equations. The equations are discretized in time using a semi-implicit scheme with explicit treatment of…

数值分析 · 数学 2018-05-08 Ali Karakus , Noel Chalmers , Kasia Swirydowicz , Timothy Warburton

Answering complex real-world questions in the medical domain often requires accurate retrieval from medical Textual Knowledge Graphs (medical TKGs), as the relational path information from TKGs could enhance the inference ability of Large…

计算与语言 · 计算机科学 2026-04-14 Jiatan Huang , Mingchen Li , Zonghai Yao , Dawei Li , Yuxin Zhang , Zhichao Yang , Yongkang Xiao , Feiyun Ouyang , Xiaohan Li , Shuo Han , Hong Yu

To effectively control large-scale distributed systems online, model predictive control (MPC) has to swiftly solve the underlying high-dimensional optimization. There are multiple techniques applied to accelerate the solving process in the…

分布式、并行与集群计算 · 计算机科学 2021-03-30 Carmen Amo Alonso , Shih-Hao Tseng

Recommendation systems (RS) aim to retrieve the top-K items most relevant to users, with metrics such as Precision@K and Recall@K commonly used to assess effectiveness. The architecture of an RS model acts as an inductive bias, shaping the…

信息检索 · 计算机科学 2026-01-27 Sirui Chen , Jiawei Chen , Canghong Jin , Sheng Zhou , Jingbang Chen , Wujie Sun , Can Wang

In the acceleration of deep neural network training, the GPU has become the mainstream platform. GPUs face substantial challenges on GNNs, such as workload imbalance and memory access irregularities, leading to underutilized hardware.…

机器学习 · 计算机科学 2024-03-20 Hongwu Peng , Xi Xie , Kaustubh Shivdikar , MD Amit Hasan , Jiahui Zhao , Shaoyi Huang , Omer Khan , David Kaeli , Caiwen Ding

Distributed quantum computing (DQC) is being actively investigated as a means of scaling the number of qubits across multiple connected quantum devices. This includes quantum circuit compilation and execution management on multiple quantum…

量子物理 · 物理学 2026-03-23 Gongyu Ni , Davide Ferrari , Lester Ho , Michele Amoretti

Many problems in areas as diverse as recommendation systems, social network analysis, semantic search, and distributed root cause analysis can be modeled as pattern search on labeled graphs (also called "heterogeneous information networks"…

社会与信息网络 · 计算机科学 2018-04-12 Xiaofeng Yang , Deepak Ajwani , Wolfgang Gatterbauer , Patrick K. Nicholson , Mirek Riedewald , Alessandra Sala

$k$-core is a subgraph where every node has at least $k$ neighbors within the subgraph. The $k$-core subgraphs has been employed in large platforms like Network Repository to comprehend the underlying structures and dynamics of the network.…

数据结构与算法 · 计算机科学 2024-03-15 Yiping Liu , Bo Yan , Bo Zhao , Hongyi Su , Yang Chen , Michael Witbrock

Given an undirected graph, the $k$-core is a subgraph in which each node has at least $k$ connections. This is widely used in graph analytics to identify core subgraphs within a larger graph. The sequential $k$-core decomposition algorithm…

分布式、并行与集群计算 · 计算机科学 2025-09-03 Bin Guo , Runze Zhao

Packet classification is a core function in software-defined networks, and learning-based methods have recently shown significant throughput gains on large-scale rulesets. However, existing learning-based approaches struggle with…

网络与互联网体系结构 · 计算机科学 2026-01-07 Zhengyu Liao , Shiyou Qian

We are interested in solving linear systems arising from three applications: (1) kernel methods in machine learning, (2) discretization of boundary integral equations from mathematical physics, and (3) Schur complements formed in the…

数值分析 · 数学 2022-08-15 Chao Chen , Per-Gunnar Martinsson

We study the fair k-set selection problem where we aim to select $k$ sets from a given set system such that the (weighted) occurrence times that each element appears in these $k$ selected sets are balanced, i.e., the maximum (weighted)…

数据结构与算法 · 计算机科学 2025-05-20 Shi Li , Chenyang Xu , Ruilong Zhang

To help address the growing demand for ever-longer sequence lengths in transformer models, Liu et al. recently proposed Ring Attention, an exact attention algorithm capable of overcoming per-device memory bottle- necks by distributing…