Browse Source

add more todos to modify design chapter to reflect recent changes

master
Constantin Fürst 3 months ago
parent
commit
4847cf4886
  1. 2
      thesis/content/40_design.tex

2
thesis/content/40_design.tex

@ -69,6 +69,8 @@ Due to its reliance on libnuma for memory allocation, \texttt{Cache} is exclusiv
Compared with the challenges of ensuring correct entry lifetime and thread safety, the application of \gls{dsa} for the task of duplicating data is relatively straightforward, thanks in part to \gls{intel:dml} \cite{intel:dmldoc}. Upon a call to \texttt{Cache::Access} and determining that the given memory pointer is not present in the cache, work is submitted to the accelerator. However, before proceeding, the desired location for the cache entry must be determined which the user-defined cache placement policy function handles. Once the desired placement is obtained, the copy policy then determines, which nodes should participate in the copy operation. Following Section \ref{subsection:dsa-hwarch}, this is equivalent to selecting the accelerators. The copy tasks are distributed across the participating nodes. As the choice of cache placement and copy policy is user-defined, one possibility will be discussed in Chapter \ref{chap:implementation}. \par
\todo{modify naming, possible outsource policy functions, mention memory policy}
%%% Local Variables:
%%% TeX-master: "diplom"
%%% End:
Loading…
Cancel
Save