From 1d6062b915a6d616124feb807dbd7d816beb0d73 Mon Sep 17 00:00:00 2001 From: Shriya Sharma Date: Tue, 9 Jan 2024 13:40:27 +0000 Subject: [PATCH] Bug 1244: changes to description pospopcount --- .../fosdem2024_ddffirst/fosdem2024_ddffirst.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex b/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex index 0f42add4b..bb1cce74f 100644 --- a/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex +++ b/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex @@ -193,7 +193,7 @@ for (i = 0; i < VL; i++) \frame{\frametitle{Pospopcount} \begin{center} - \includegraphics[width=0.5\textwidth]{pospopcount.png} + \includegraphics[width=0.6\textwidth]{pospopcount.png} \end{center} } @@ -201,13 +201,13 @@ for (i = 0; i < VL; i++) \frame{\frametitle{Pospopcount} \begin{center} - \includegraphics[width=0.5\textwidth]{array_popcnt.png} + \includegraphics[width=0.6\textwidth]{array_popcnt.png} \end{center} \begin{itemize} - \item Part of the challenge is therefore to perform an appropriate transpose of the data, + \item The challenge is to perform transpose of the data, in blocks that suit the processor and the ISA capacity. - \item The gbbd instruction is used for implementing the transpose function, + \item The draft gbbd instruction implemets the transpose, preparing the data for using the standard popcount instruction. -- 2.30.2