Search Results - Theory of computation → Graph algorithms analysis
-
1
Skywalker: Efficient Alias-Method-Based Graph Sampling and Random Walk on GPUs
Published: IEEE 01.09.2021Published in 2021 30th International Conference on Parallel Architectures and Compilation Techniques (PACT) (01.09.2021)“…Graph sampling and random walk operations, capturing the structural properties of graphs, are playing an important role today as we cannot directly adopt computing-intensive algorithms on large-scale graphs…”
Get full text
Conference Proceeding -
2
ParGNN: A Scalable Graph Neural Network Training Framework on multi-GPUs
Published: IEEE 22.06.2025Published in 2025 62nd ACM/IEEE Design Automation Conference (DAC) (22.06.2025)“… over-partition to alleviate load imbalance. Based on the over-partition results, we present a subgraph pipeline algorithm to overlap communication and computation while maintaining the accuracy of GNN training…”
Get full text
Conference Proceeding -
3
BlasPart: A Deterministic Parallel Partitioner for Balanced Large-Scale Hypergraph Partitioning
Published: IEEE 22.06.2025Published in 2025 62nd ACM/IEEE Design Automation Conference (DAC) (22.06.2025)“… Thus, fast and high-quality deterministic partitioning algorithms are largely in demand…”
Get full text
Conference Proceeding -
4
ACGraph: Accelerating Streaming Graph Processing via Dependence Hierarchy
Published: IEEE 09.07.2023Published in 2023 60th ACM/IEEE Design Automation Conference (DAC) (09.07.2023)“…Streaming graph processing needs to timely evaluate continuous queries. Prior systems suffer from massive redundant computations due to the irregular order of processing vertices influenced by updates…”
Get full text
Conference Proceeding -
5
DS-GL: Advancing Graph Learning via Harnessing Nature's Power within Scalable Dynamical Systems
Published: IEEE 29.06.2024Published in 2024 ACM/IEEE 51st Annual International Symposium on Computer Architecture (ISCA) (29.06.2024)“… problems and have been adopted for traditional graph computation, such as max-cut. However, when performing complex Graph Learning (GL…”
Get full text
Conference Proceeding -
6
SumPA: Efficient Pattern-Centric Graph Mining with Pattern Abstraction
Published: IEEE 01.09.2021Published in 2021 30th International Conference on Parallel Architectures and Compilation Techniques (PACT) (01.09.2021)“…Graph mining aims to explore interesting structural information of a graph. Pattern-centric systems typically transform a generic-purpose graph mining problem into a series of subgraph matching problems for high performance…”
Get full text
Conference Proceeding -
7
PIMGCN: A ReRAM-Based PIM Design for Graph Convolutional Network Acceleration
Published: IEEE 05.12.2021Published in 2021 58th ACM/IEEE Design Automation Conference (DAC) (05.12.2021)“…Graph Convolutional Network (GCN) is a promising but computing- and memory-intensive learning model…”
Get full text
Conference Proceeding -
8
NeuraChip: Accelerating GNN Computations with a Hash-based Decoupled Spatial Accelerator
Published: IEEE 29.06.2024Published in 2024 ACM/IEEE 51st Annual International Symposium on Computer Architecture (ISCA) (29.06.2024)“…Graph Neural Networks (GNNs) are emerging as a formidable tool for processing non-euclidean data across various domains, ranging from social network analysis to bioinformatic…”
Get full text
Conference Proceeding -
9
DyGNN: Algorithm and Architecture Support of Dynamic Pruning for Graph Neural Networks
Published: IEEE 05.12.2021Published in 2021 58th ACM/IEEE Design Automation Conference (DAC) (05.12.2021)“…Recently, graph neural networks (GNNs) have achieved great success for graph representation learning tasks…”
Get full text
Conference Proceeding -
10
Parallelizing Maximal Clique Enumeration on GPUs
Published: IEEE 21.10.2023Published in 2023 32nd International Conference on Parallel Architectures and Compilation Techniques (PACT) (21.10.2023)“…We present a GPU solution for exact maximal clique enumeration (MCE) that performs a search tree traversal following the Bron-Kerbosch algorithm…”
Get full text
Conference Proceeding -
11
iG-kway: Incremental k-way Graph Partitioning on GPU
Published: IEEE 22.06.2025Published in 2025 62nd ACM/IEEE Design Automation Conference (DAC) (22.06.2025)“…Recent advances in GPU-accelerated graph partitioning have achieved significant performance gains but remain limited to full graph partitioning, lacking support for incremental updates…”
Get full text
Conference Proceeding -
12
GPart: A GNN-Enabled Multilevel Graph Partitioner
Published: IEEE 22.06.2025Published in 2025 62nd ACM/IEEE Design Automation Conference (DAC) (22.06.2025)“…This paper introduces GPart, a scalable multilevel framework for graph partitioning that integrates GNN embeddings with efficient coarsening and refinement techniques…”
Get full text
Conference Proceeding -
13
LearnGraph: A Learning-Based Architecture for Dynamic Graph Processing
Published: IEEE 22.06.2025Published in 2025 62nd ACM/IEEE Design Automation Conference (DAC) (22.06.2025)“…Dynamic graph processing systems using conventional array-based architectures face significant throughput limitations due to inefficient memory access and index management…”
Get full text
Conference Proceeding -
14
EMGraph: Fast Learning-Based Electromigration Analysis for Multi-Segment Interconnect Using Graph Convolution Networks
Published: IEEE 05.12.2021Published in 2021 58th ACM/IEEE Design Automation Conference (DAC) (05.12.2021)“… VLSI multisegment interconnect trees can be naturally viewed as graphs. Based on this observation, we propose a new graph convolution network (GCN…”
Get full text
Conference Proceeding -
15
Late Breaking Results: An Efficient and Scalable Track Assignment with GPU Parallelism
Published: IEEE 22.06.2025Published in 2025 62nd ACM/IEEE Design Automation Conference (DAC) (22.06.2025)“… Based on the independence and divisibility of track assignment, we propose a GPU-accelerated parallel track assignment algorithm…”
Get full text
Conference Proceeding -
16
Anchor First, Accelerate Next: Revolutionizing GNNs with PIM by Harnessing Stationary Data
Published: IEEE 22.06.2025Published in 2025 62nd ACM/IEEE Design Automation Conference (DAC) (22.06.2025)“…Substantial data movement caused by irregular graph topologies hinders the efficient processing of graph neural networks (GNNs…”
Get full text
Conference Proceeding -
17
NEO-DNND: Communication-Optimized Distributed Nearest Neighbor Graph Construction
Published: IEEE 17.11.2024Published in SC24-W: Workshops of the International Conference for High Performance Computing, Networking, Storage and Analysis (17.11.2024)“…Graph-based approximate nearest neighbor algorithms have shown high neighbor structure representation quality…”
Get full text
Conference Proceeding -
18
SGIRR: Sparse Graph Index Remapping for ReRAM Crossbar Operation Unit and Power Optimization
ISSN: 1558-2434Published: ACM 29.10.2022Published in 2022 IEEE/ACM International Conference On Computer Aided Design (ICCAD) (29.10.2022)“…Resistive Random Access Memory (ReRAM) Crossbars are a promising process-in-memory technology to reduce enormous data movement overheads of large-scale graph processing between computation and memory units…”
Get full text
Conference Proceeding -
19
PSMiner: A Pattern-Aware Accelerator for High-Performance Streaming Graph Pattern Mining
Published: IEEE 09.07.2023Published in 2023 60th ACM/IEEE Design Automation Conference (DAC) (09.07.2023)“…Streaming Graph Pattern Mining (GPM) has been widely used in many application fields…”
Get full text
Conference Proceeding -
20
Dynamic Allocation of Processor Cores to Graph Applications on Commodity Servers
Published: IEEE 21.10.2023Published in 2023 32nd International Conference on Parallel Architectures and Compilation Techniques (PACT) (21.10.2023)“…Graph processing is increasingly adopted to solve problems that span many application domains, including scientific computing, social networks, and big-data analytics…”
Get full text
Conference Proceeding