SMAUG
Simulating Machine Learning Applications on gem5-Aladdin
|
Working with SIMD in C. | Typedefs and macros for working with vector data |
Multi-dim arrays in C | Use 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 Aladdin | Macros for computing the min/max of a group of elements |
SIMD Floating Point Precision Conversions | Use 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 Operators | All operators supported by SMAUG |
Aladdin Kernel Functions | Kernel functions meant to be run under Aladdin |