paper-with-me

홈 › Papers

KAPLA: Pragmatic Representation and Fast Solving of Scalable NN Accelerator Dataflow

2023-06-09 · Zhiyao Li, Mingyu Gao

Dataflow scheduling decisions are of vital importance to neural network (NN) accelerators. Recent scalable NN accelerators support a rich set of advanced dataflow techniques. The problems of comprehensively representing and quickly finding optimized dataflow schemes thus become significantly more complicated and challenging. In this work, we first propose comprehensive and pragmatic dataflow representations for temporal and spatial scheduling on scalable multi-node NN architectures. An informal hierarchical taxonomy highlights the tight coupling across different levels of the dataflow space as the major difficulty for fast design exploration. A set of formal tensor-centric directives accurately express various inter-layer and intra-layer schemes, and allow for quickly determining their validity and efficiency. We then build a generic, optimized, and fast dataflow solver, KAPLA, which makes use of the pragmatic directives to explore the design space with effective validity check and efficiency estimation. KAPLA decouples the upper inter-layer level for fast pruning, and solves the lower intra-layer schemes with a novel bottom-up cost descending method. KAPLA achieves within only 2.2% and 7.7% energy overheads on the result dataflow for training and inference, respectively, compared to the exhaustively searched optimal schemes. It also outperforms random and machine-learning-based approaches, with more optimized results and orders of magnitude faster search speedup.

📄 PDF Abstract BibTeX arXiv:2306.15676

Code (0)

등록된 구현이 없습니다.

Tasks

Scheduling

Similar Papers 제목 키워드 기반

KAPLAN: A 3D Point Descriptor for Shape Completion

2020-07-31 · Audrey Richard, Ian Cherabier, Martin R. Oswald, Marc Pollefeys 외

We present a novel 3D shape completion method that operates directly on unstructured point clouds, thus avoiding resource-intensive data structures like voxel grids. To this end, we introduce KAPLAN, a 3D point descripto…

3D Shape Reconstruction

Scalable pragmatic communication via self-supervision

2021-08-12 · Jennifer Hu, Roger Levy, Noga Zaslavsky

Models of context-sensitive communication often use the Rational Speech Act framework (RSA; Frank & Goodman, 2012), which formulates listeners and speakers in a cooperative reasoning process. However, the standard RSA fo…

KAPLAN: Kolmogorov-Arnold Prognostic Learnable Activation Networks for Survival Analysis

2026-05-21 · Stelios Boulitsakis Logothetis, Angela Wood, Pietro Liò arxiv

Survival analysis aims to model how covariates and time jointly shape the time-to-event distribution under right censoring. Classical methods such as the Cox model and generalised additive models (GAMs) require interacti…

Resolving Discrepancies in Compute-Optimal Scaling of Language Models

2024-06-27 · Tomer Porian, Mitchell Wortsman, Jenia Jitsev, Ludwig Schmidt 외

Kaplan et al. and Hoffmann et al. developed influential scaling laws for the optimal model size as a function of the compute budget, but these laws yield substantially different predictions. We explain the discrepancy by…

Reconciling Kaplan and Chinchilla Scaling Laws

2024-06-12 · Tim Pearce, Jinyeop Song

Kaplan et al. [2020] (`Kaplan') and Hoffmann et al. [2022] (`Chinchilla') studied the scaling behavior of transformers trained on next-token language prediction. These studies produced different estimates for how the num…