paper-with-me

홈 › Papers

Staged compilation of tensor expressions

2021-10-08 · NeurIPS Workshop AIPLANS 2021 12 · Marco Zocca

We present our current progress towards a metaprogramming framework for tensor expressions embedded in Haskell; the system offers a high-level syntax for dimension-annotated linear algebra, and generates specialized source code corresponding to the input expression.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

VTC: DNN Compilation with Virtual Tensors for Data Movement Elimination

2026-02-11 · Muyan Hu, Ahan Gupta, Jiachen Yuan, Vima Gupta 외 arxiv

With the widening gap between compute and memory operation latencies, data movement optimizations have become increasingly important for DNN compilation. Current optimizations such as layout transformations and operator …

Compilation as a Defense: Enhancing DL Model Attack Robustness via Tensor Optimization

2023-09-20 · Stefan Trawicki, William Hackett, Lewis Birch, Neeraj Suri 외

Adversarial Machine Learning (AML) is a rapidly growing field of security research, with an often overlooked area being model attacks through side-channels. Previous works show such attacks to be serious threats, though …

DVM: A Bytecode Virtual Machine Approach for Dynamic Tensor Computation

2026-03-25 · Jingzhi Fang, Xiong Gao, Renwei Zhang, Zichun Ye 외 arxiv

Dynamism is common in AI computation, e.g., the dynamic tensor shapes and the dynamic control flows in models. Due to the long compilation time, existing runtime compilation damages the model efficiency, while the offlin…

Enabling Fast Differentially Private SGD via Just-in-Time Compilation and Vectorization

2020-10-18 · NeurIPS 2021 12 · Pranav Subramani, Nicholas Vadivelu, Gautam Kamath

A common pain point in differentially private machine learning is the significant runtime overhead incurred when executing Differentially Private Stochastic Gradient Descent (DPSGD), which may be as large as two orders o…

UNIT: Unifying Tensorized Instruction Compilation

2021-01-21 · Jian Weng, Animesh Jain, Jie Wang, Leyuan Wang 외

Because of the increasing demand for computation in DNN, researchers develope both hardware and software mechanisms to reduce the compute and memory burden. A widely adopted approach is to use mixed precision data types.…

CPU