21 citations · 47 across the 6 of their papers we have counts for
6 papers
Shfl-BW: Accelerating Deep Neural Network Inference with Tensor-Core Aware Weight Pruning
Guyue Huang, Haoran Li, Minghai Qin +3
Weight pruning in deep neural networks (DNNs) can reduce storage and computation cost, but struggles to bring practical speedup to the model inference time. Tensor-cores can signif…
Heuristic Adaptability to Input Dynamics for SpMM on GPUs
Guohao Dai, Guyue Huang, Shang Yang +6
Sparse Matrix-Matrix Multiplication (SpMM) has served as fundamental components in various domains. Many previous studies exploit GPUs for SpMM acceleration because GPUs provide hi…
Understanding GNN Computational Graph: A Coordinated Computation, IO, and Memory Perspective
Hengrui Zhang, Zhongming Yu, Guohao Dai +4
Graph Neural Networks (GNNs) have been widely used in various domains, and GNNs with sophisticated computational graph lead to higher latency and larger memory consumption. Optimiz…
Efficient Sparse Matrix Kernels based on Adaptive Workload-Balancing and Parallel-Reduction
Guyue Huang, Guohao Dai, Yu Wang +2
Sparse matrix-vector and matrix-matrix multiplication (SpMV and SpMM) are fundamental in both conventional (graph analytics, scientific computing) and emerging (sparse DNN, GNN) do…
Machine Learning for Electronic Design Automation: A Survey
Guyue Huang, Jingbo Hu, Yifan He +13
With the down-scaling of CMOS technology, the design complexity of very large-scale integrated (VLSI) is increasing. Although the application of machine learning (ML) techniques in…
GE-SpMM: General-purpose Sparse Matrix-Matrix Multiplication on GPUs for Graph Neural Networks
Guyue Huang, Guohao Dai, Yu Wang +1
Graph Neural Networks (GNNs) have achieved significant improvements in various domains. Sparse Matrix-Matrix multiplication (SpMM) is a fundamental operator in GNNs, which performs…