phd-thesis/manuscrit/00_opening/90_notations.tex

32 lines
1.1 KiB
TeX
Raw Normal View History

2023-09-14 17:05:57 +02:00
\chapter*{Notations}
\addcontentsline{toc}{chapter}{Notations}
Throughout this whole document, the following notations are used.
\begin{center}
\begin{tabular}{c p{0.65\textwidth} p{0.15\textwidth}}
\toprule
\textbf{Notation} & \textbf{Meaning} & \textbf{(See also)} \\
\midrule
$\cyc{\kerK}$ &
2023-09-14 18:45:53 +02:00
Reciprocal throughput of $\kerK$, in cycles per occurrence of $\kerK$.
& §\ref{def:cyc_kerK} \\
$\cycB{\kerK}$ &
Reciprocal throughput of $\kerK$ if it was only limited by the
CPU's backend.
& \qtodo{ref} \\
$\cycF{\kerK}$ &
Reciprocal throughput of $\kerK$ if it was only limited by the
CPU's frontend.
& \qtodo{ref} \\
$\kerK^n$ &
$\kerK$ repeated $n$ times.
& §\ref{not:kerK_N} \\
$\mucount{}i$ &
Number of \uops{} the instruction $i$ is decoded into. This can be
extended to a kernel: $\mucount{}\kerK$.
& \qtodo{ref} \\
2023-09-14 17:05:57 +02:00
\bottomrule
\end{tabular}
\end{center}