From: Shriya Sharma Date: Tue, 9 Jan 2024 11:28:10 +0000 (+0000) Subject: Bug 1244: removed additional simple-V features X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d2acd13d669ea4c31f14280a0730744090823bc;p=libreriscv.git Bug 1244: removed additional simple-V features --- diff --git a/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex b/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex index 56e9264cb..07343e887 100644 --- a/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex +++ b/conferences/fosdem2024/fosdem2024_ddffirst/fosdem2024_ddffirst.tex @@ -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