Bug 1244: removed additional simple-V features
authorShriya Sharma <shriya@redsemiconductor.com>
Tue, 9 Jan 2024 11:28:10 +0000 (11:28 +0000)
committerShriya Sharma <shriya@redsemiconductor.com>
Tue, 9 Jan 2024 11:28:13 +0000 (11:28 +0000)
conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex

index 56e9264cb7c3827dca7bef99987d7cccf8bdbe28..07343e8875d9325bc137b7381a539d1822b55f8c 100644 (file)
@@ -174,22 +174,6 @@ for (i = 0; i < VL; i++)
 
 
 
-\frame{\frametitle{Additional Simple-V features}
-
- \begin{itemize}
-   \item "fail-on-first" (POWER9 VSX strncpy segfaults on boundary!)
-   \item "Twin Predication" (covers VSPLAT, VGATHER, VSCATTER, VINDEX etc.)
-   \item SVP64: extensive "tag" (Vector context) augmentation
-   \item "Context propagation": a VLIW-like context.  Allows contexts
-         to be repeatedly applied.
-          Effectively a "hardware compression algorithm" for ISAs.
-   \item Ultimate goal: cut down I-Cache usage, cuts down on power
-   \item Typical GPU has its own I-Cache and small shaders.\\
-        \textit{We are a Hybrid CPU/GPU: I-Cache is not separate!}
-   \item Needs to go through OpenPOWER Foundation `approval'         
-  \end{itemize}
-}
-
 \frame{\frametitle{maxloc}
   \begin{itemize}
                \item "TODO