Benchmarks and part of results

This commit is contained in:
2024-03-11 11:13:24 +01:00
parent 1ee68b2e01
commit 29de1fc642
7 changed files with 192 additions and 5 deletions

View File

@@ -123,3 +123,15 @@
short = AAM,
long = address aligned mode,
}
\DeclareAcronym{mac}{
short = MAC,
long = multiply-accumulate,
}
\DeclareAcronym{haxpy}{
short = HAXPY,
long = half precision $a \cdot x + y$,
}
\DeclareAcronym{relu}{
short = ReLU,
long = rectified linear unit,
}