mdl, aka Microarchitecture Description Language, is an instruction set architecture created in 2019 by Reid Tatge.
#1459on PLDB | 5Years Old |
git clone https://github.com/MPACT-ORG/llvm-project/
We’ve created a DSL and compiler for modeling micro-architecture that handles a very broad class of architectures - CPU, GPUs, VLIWs, DSPs, ML accelerators, and embedded devices. This effort grew out of a need to quickly develop and experiment with high-quality compilers and tools to facilitate rapid architecture exploration. We named the DSL “MDL” for “Microarchitecture Description Language”