📄
Abstract - Reconfigurable Computing Challenge: Transformer for Jet Tagging on Versal AI Engines
Transformer-based models achieve strong performance for jet tagging at the CERN LHC, but deploying them in low-latency, resource-constrained trigger systems is challenging. We present an initial implementation of a quantized, integer-only transformer for jet tagging on the AMD Versal AI Engine (AIE), mapping dense and multi-head attention (MHA) layers to AIE tiles. The main contribution is a reusable software framework that represents transformer layers as composable AIE building blocks and automatically generates the corresponding Vitis graph code from a high-level Python model description. This framework provides a foundation for future research and is released as open-source software at this https URL.
可重构计算挑战:在Versal AI引擎上实现用于喷注标记的Transformer /
Reconfigurable Computing Challenge: Transformer for Jet Tagging on Versal AI Engines
1️⃣ 一句话总结
本文介绍了一种在AMD Versal AI引擎上部署量化整数型Transformer模型的方法,通过开发一个可复用的软件框架,能够将Transformer层自动映射到硬件计算单元,从而在粒子物理实验中实现低延迟、资源受限条件下的喷注标记,并已开源代码供后续研究使用。