PyMTL: A Unified Framework for Vertically Integrated Computer Architecture Research

Microarchitecture(2014)

引用 149|浏览31
暂无评分
摘要
Technology trends prompting architects to consider greater heterogeneity and hardware specialization have exposed an increasing need for vertically integrated research methodologies that can effectively assess performance, area, and energy metrics of future architectures. However, constructing such a methodology with existing tools is a significant challenge due to the unique languages, design patterns, and tools used in functional-level (FL), cycle-level (CL), and register-transfer-level (RTL) modeling. We introduce a new framework called PyMTL that aims to close this computer architecture research methodology gap by providing a unified design environment for FL, CL, and RTL modeling. PyMTL leverages the Python programming language to create a highly productive domain-specific embedded language for concurrent-structural modeling and hardware design. While the use of Python as a modeling and framework implementation language provides considerable benefits in terms of productivity, it comes at the cost of significantly longer simulation times. We address this performance-productivity gap with a hybrid JIT compilation and JIT specialization approach. We introduce Sim JIT, a custom JIT specialization engine that automatically generates optimized C++ for CL and RTL models. To reduce the performance impact of the remaining unspecialized code, we combine Sim JIT with an off-the-shelf Python interpreter with a meta-tracing JIT compiler (PyPy). Sim JIT+PyPy provides speedups of up to 72× for CL models and 200× for RTL models, bringing us within 4--6× of optimized C++ code while providing significant benefits in terms of productivity and usability.
更多
查看译文
关键词
C++ language,computer architecture,program compilers,program interpreters,CL,FL,JIT specialization approach,JIT specialization engine,PyMTL,PyPy,Python interpreter,Python programming language,RTL modeling,Sim JIT,concurrent-structural modeling,cycle-level modeling,design patterns,domain-specific embedded language,functional-level modeling,hybrid JIT compilation,meta-tracing JIT compiler,optimized C++,performance-productivity gap,register-transfer-level modeling,unified framework,unique languages,vertically integrated computer architecture research,vertically integrated research methodology
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要