paper-with-me

홈 › Papers

Demystifying Map Space Exploration for NPUs

2022-10-07 · Sheng-Chun Kao, Angshuman Parashar, Po-An Tsai, Tushar Krishna

Map Space Exploration is the problem of finding optimized mappings of a Deep Neural Network (DNN) model on an accelerator. It is known to be extremely computationally expensive, and there has been active research looking at both heuristics and learning-based methods to make the problem computationally tractable. However, while there are dozens of mappers out there (all empirically claiming to find better mappings than others), the research community lacks systematic insights on how different search techniques navigate the map-space and how different mapping axes contribute to the accelerator's performance and efficiency. Such insights are crucial to developing mapping frameworks for emerging DNNs that are increasingly irregular (due to neural architecture search) and sparse, making the corresponding map spaces much more complex. In this work, rather than proposing yet another mapper, we do a first-of-its-kind apples-to-apples comparison of search techniques leveraged by different mappers. Next, we extract the learnings from our study and propose two new techniques that can augment existing mappers -- warm-start and sparsity-aware -- that demonstrate speedups, scalability, and robustness across diverse DNN models.

📄 PDF Abstract BibTeX arXiv:2210.03731

Code (1)

maestro-project/gamma-timeloop 공식 구현

Tasks

NavigateNeural Architecture Search

Similar Papers 제목 키워드 기반

NeuMMU: Architectural Support for Efficient Address Translations in Neural Processing Units

2019-11-15 · Bongjoon Hyun, Youngeun Kwon, Yujeong Choi, John Kim 외

To satisfy the compute and memory demands of deep neural networks, neural processing units (NPUs) are widely being utilized for accelerating deep learning algorithms. Similar to how GPUs have evolved from a slave device …

GPUManagementTranslation

Pangu Ultra: Pushing the Limits of Dense Large Language Models on Ascend NPUs

2025-04-10 · Yichun Yin, Wenyong Huang, Kaikai Song, Yehui Tang 외

We present Pangu Ultra, a Large Language Model (LLM) with 135 billion parameters and dense Transformer modules trained on Ascend Neural Processing Units (NPUs). Although the field of LLM has been witnessing unprecedented…

Large Language Model

Demystifying the Mechanisms Behind Emergent Exploration in Goal-conditioned RL

2025-10-15 · Mahsa Bastankhah, Grace Liu, Dilip Arumugam, Thomas L. Griffiths 외 arxiv

In this work, we take a first step toward elucidating the mechanisms behind emergent exploration in unsupervised reinforcement learning. We study Single-Goal Contrastive Reinforcement Learning (SGCRL), a self-supervised …

Reinforcement Learning

XAMBA: Enabling Efficient State Space Models on Resource-Constrained Neural Processing Units

2025-02-10 · Arghadip Das, Arnab Raha, Shamik Kundu, Soumendu Kumar Ghosh 외

State-Space Models (SSMs) have emerged as efficient alternatives to transformers for sequential data tasks, offering linear or near-linear scalability with sequence length, making them ideal for long-sequence application…

State Space Models

Benchmarking Ultra-Low-Power $μ$NPUs

2025-03-28 · Josh Millar, Yushan Huang, Sarab Sethi, Hamed Haddadi 외

Efficient on-device neural network (NN) inference has various advantages over cloud-based processing, including predictable latency, enhanced privacy, greater reliability, and reduced operating costs for vendors. This ha…

Benchmarking