SMAUG
Simulating Machine Learning Applications on gem5-Aladdin
Modules
Here is a list of all modules:
[detail level 12]
 Working with SIMD in C.Typedefs and macros for working with vector data
 Multi-dim arrays in CUse these convenience macros to cast a raw pointer into a multidimensional variable-length array, which lets us use [] notation instead of manually linearizing the index
 Utilities for writing Aladdin kernels.Macros to assist in writing code for Aladdin/LLVM-Tracer that translates into an efficient hardware model
 Common math functions in AladdinMacros for computing the min/max of a group of elements
 SIMD Floating Point Precision ConversionsUse these macros to portably convert between vectors of single-precision and half-precision floats, instead of directly calling the FP16 library functions or the manual asm implementations. Depending on the compilation mode (e.g. native vs gem5 vs LLVM-Tracer) and hardware support, different underlying implementations will be selected
 All SMAUG OperatorsAll operators supported by SMAUG
 Aladdin Kernel FunctionsKernel functions meant to be run under Aladdin