From 1e98b3b48eb9f82ed16bdfe7bd6eadbe4d9b9b75 Mon Sep 17 00:00:00 2001 From: Matthias Jung Date: Sun, 31 Mar 2024 14:46:33 +0000 Subject: [PATCH] Update on Overleaf. --- samplepaper.tex | 153 ++++++++++++++++++++++++++++++------------------ 1 file changed, 96 insertions(+), 57 deletions(-) diff --git a/samplepaper.tex b/samplepaper.tex index a51f64f..56a5290 100644 --- a/samplepaper.tex +++ b/samplepaper.tex @@ -9,11 +9,13 @@ \usepackage{acro} \usepackage[usenames,dvipsnames]{xcolor} \usepackage{tikz} +\usepackage{circuitikz} \usepackage{mathdots} \usepackage{tabularray} \usepackage{pgfplotstable} \usepackage{subfig} \usepackage{csquotes} +\usetikzlibrary{math,perspective,intersections,arrows,arrows.meta} \usepackage{graphicx} % Used for displaying a sample figure. If possible, figure files should @@ -37,7 +39,7 @@ \begin{document} % -\title{PIMSys: A Virtual Prototype for Processing in Memory} +\title{PIMSys:\\A Virtual Prototype for Processing in Memory} % %\titlerunning{Abbreviated paper title} % If the paper title is too long for the running head, you can set @@ -69,12 +71,12 @@ } % \maketitle -% +%% \begin{abstract} -Data-driven applications are increasingly central to our information technology society, propelled by AI techniques reshaping various sectors of our economy and society. Despite their transformative potential, these applications demand immense data processing, leading to significant energy consumption primarily in communication and data storage rather than computation. The concept of \ac{pim} offers a solution by processing data within memory, reducing energy overheads associated with data transfer. \Ac{pim} has been an enduring idea, with recent advancements in DRAM test chips integrating \ac{pim} functionality, indicating potential market adoption. +Data-driven applications are increasingly central to our information technology society, propelled by AI techniques reshaping various sectors of our economy. Despite their transformative potential, these applications demand immense data processing, leading to significant energy consumption primarily in communication and data storage rather than computation. The concept of \ac{pim} offers a solution by processing data within memory, reducing energy overheads associated with data transfer. \Ac{pim} has been an enduring idea, with recent advancements in DRAM test chips integrating \ac{pim} functionality, indicating potential market adoption. -This paper introduces a virtual prototype of Samsung's PIM-HBM architecture, leveraging open-source tools like gem5 and DRAMSys, along with a custom Rust software library facilitating easy utilization of \ac{pim} functionality. Key contributions include the first full-system simulation of PIM-HBM, experimental validation of the virtual platform with benchmarks, and the development of a Rust library enabling \ac{pim} functionality at the software level. -TODO: Benchmark results +This paper introduces a virtual prototype of Samsung's PIM-HBM architecture, leveraging open-source tools like gem5 and DRAMSys, along with a custom Rust software library facilitating easy utilization of \ac{pim} functionality. Key contributions include the first gem5 based full-system simulation of PIM-HBM, experimental validation of the virtual platform with benchmarks, and the development of a Rust library enabling \ac{pim} functionality at the software level. +Our benchmarks evaluated an reduction in simulation time for \ac{pim} in the range of \qtyrange{6.0}{17.5}{\times} for different memory-bound workloads. \keywords{DRAM \and PIM \and Virtual Platforms} \end{abstract} % @@ -84,33 +86,33 @@ TODO: Benchmark results \label{sec:intro} % TODO Matthias Data-driven applications are increasingly becoming the focal point of our information technology society, with AI techniques fundamentally altering various sectors of our society and economy. A common characteristic of these applications is the vast amount of data they require to be captured, stored, and processed. Consequently, many of these applications, e.\,g., \acp{llm} or other artificial intelligence workloads are bound by the memory performance. -Furthermore, a significant portion of energy is consumed by communication and data storage rather than computation. As demonstrated by Jouppi et al.~\cite{jouhyu_21}, in a 7nm process, a 32-bit floating-point multiplication requires \qty{1.31}{\pico\joule}, whereas a 64-bit DRAM memory access demands \qty{1300}{\pico\joule}. This energy is expended in transferring data from memory through the network on chip, arbiters, and various levels of caches. Hence, it would be considerably more energy-efficient to process data where it resides, particularly within the memory itself. In other words, rather than transmitting data to computational units, the computational instructions should be sent to the memory housing the data. +Furthermore, a significant portion of energy is consumed by communication and data storage rather than computation. As demonstrated by Jouppi et al.~\cite{jouhyu_21}, in a 7nm process, a 32-bit floating-point multiplication requires \qty{1.31}{\pico\joule}, whereas a 64-bit DRAM memory access demands \qty{1300}{\pico\joule}. This energy is expended in transferring data from memory through the network on chip, arbiters, and various levels of caches. Hence, it would be considerably more energy-efficient to process data where it resides, particularly within the memory itself. This approach works very well with data-flow oriented applications. In other words, rather than transmitting data to computational units, the computational instructions should be sent to the memory housing the data. -This concept, known as \ac{pim}, has been around for many years. For instance, Stone already proposed it in the 1970s~\cite{sto_70}. Since then, similar to the field of artificial intelligence, this idea has experienced \enquote{summer} and \enquote{winter} periods in research over the past decades. However, recently, different companies have developed DRAM test chips with integrated \ac{pim} functionality, showing promising potential for entry into the commodity market. +This concept, known as \ac{pim}, has been around for many years. For instance, Stone already proposed it in the 1970s~\cite{sto_70}. Since then, similar to the field of artificial intelligence, this idea has experienced \enquote{summer} and \enquote{winter} periods in research over the past decades. However, recently, different companies have developed DRAM test chips with integrated \ac{pim} functionality, showing promising potential for entry into the market. For instance, UPMEM introduced the first publicly available real-world \ac{pim} architecture~\cite{gomhaj_21}. UPMEM integrates standard DDR4 DIMM-based DRAM with a series of PIM-enabled UPMEM DIMMs containing multiple \ac{pim} chips. Each \ac{pim} chip houses eight \acp{dpu}, each with dedicated access to a 64 MiB memory bank, a 24 KiB instruction memory, and a 64 KiB scratchpad memory. These \acp{dpu} function as multithreaded 32-bit \ac{risc} cores, featuring a complete set of general-purpose registers and a 14-stage pipeline~\cite{gomhaj_21}. -In 2020, SK Hynix, a leading DRAM manufacturer, unveiled its \ac{pim} technology, named Newton, utilizing \ac{hbm}~\cite{he2020}. Unlike UPMEM, Newton integrates small MAC units and buffers into the bank area to mitigate the space and power overhead of a fully programmable processor core. Following SK Hynix's lead, Samsung, another major DRAM manufacturer, announced its own \ac{pim} DRAM implementation named \ac{fimdram} one year later~\cite{lee2021}. +In 2020, SK Hynix, a leading DRAM manufacturer, unveiled its \ac{pim} technology, named Newton, utilizing \ac{hbm}~\cite{he2020}. Unlike UPMEM, Newton integrates small MAC units and buffers into the bank area of the DRAM to mitigate the space and power overhead of a fully programmable processor core. Following SK Hynix's lead, Samsung, another major DRAM manufacturer, announced its own \ac{pim} DRAM implementation named \ac{fimdram} one year later~\cite{lee2021}. With these new architectures on the horizon, it becomes crucial for system-level designers to assess whether these promising developments can enhance their applications. Furthermore, these emerging hardware architectures necessitate new software paradigms. It remains unclear whether libraries, compilers, or operating systems will effectively manage these new devices at the software level. Therefore, it is imperative to establish comprehensive virtual platforms for these devices, enabling real applications to be tested within a realistic architectural and software platform context. -This paper introduces a virtual prototype of Samsung's \ac{fimdram}, developed using open-source tools such as gem5~\cite{lowahm_20} and the memory simulator \mbox{DRAMSys~\cite{stejun_20}}. Additionally, the virtual prototype is accompanied by a custom Rust software library, simplifying the utilization of \ac{pim} functionality at the software level. +This paper introduces a virtual prototype of Samsung's \ac{fimdram}, developed using open-source tools such as gem5~\cite{lowahm_20} and the DRAM simulator \mbox{DRAMSys~\cite{stejun_20}}. Additionally, the virtual prototype is accompanied by a custom Rust software library, simplifying the utilization of \ac{pim} functionality at the software level. In summary, this paper makes the following contributions: \begin{itemize} - \item We propose, to the best of our knowledge, for the first time full system simulation of \ac{fimdram} with a virtual platform consisting of gem5 and DRAMSys - \item We provide an experimental verification of VP with benchmarks - \item We propose a modern Rust library to provide the \ac{pim} functionality up to the software level + \item We propose, to the best of our knowledge, for the first time full system simulation of \ac{fimdram} with a virtual platform consisting of gem5 and DRAMSys. + \item We provide an experimental verification of the virtual prototype with benchmarks. + \item We propose a modern Rust library to provide the \ac{pim} functionality up to the software level. \end{itemize} -The paper is structured as follows. Section 2 shows the related work in the area of \ac{pim}-Simulation. Section 3 gives a brief background on the relative \ac{pim}-Architectures, whereas Section 4 explains the proposed \ac{pim} Virtual Platform. The Sections 5 and 6 show experimental simulation setup and the results, which are compared with already published results from \ac{pim} vendors. The paper is finally concluded in Section 7. +The paper is structured as follows. Section 2 shows the related work in the area of \ac{pim} simulation. Section 3 gives a brief background on the relative \ac{pim} architectures, whereas Section 4 explains the proposed \ac{pim} virtual platform. The Sections 5 and 6 show experimental simulation setup and the results, which are compared with already published results from \ac{pim} vendors. The paper is finally concluded in Section 7. % \section{Related Work} Several virtual prototypes of \ac{pim} architectures have been object to research in the past. The authors of \cite{singh2019} and \cite{kim2016a} used Ramulator-PIM, which is based on the processor simulator ZSim \cite{sanchez2013} and the DRAM simulator Ramulator \cite{kim2016a}, to build high-level performance and energy estimation frameworks. -C. Yu et al. \cite{yu2021} introduced MultiPIM, a high-level \ac{pim} simulator capable of simulating parallel \ac{pim} cores, which is also based on Ramulator and ZSim. +Yu et al. \cite{yu2021} introduced MultiPIM, a high-level \ac{pim} simulator capable of simulating parallel \ac{pim} cores, which is also based on Ramulator and ZSim. However, these three publications focus primarily on \ac{hmc} DRAM, which has seen limited adoption. With PIMSim \cite{xu2019}, the authors provide a configurable \ac{pim} simulation framework that enables a full-system simulation of user-specified \ac{pim} logic cores. -The authors of DP-Sim \cite{zhou2021} present a full-stack infrastructure for \ac{pim}, based on a front-end that generates \ac{pim} instructions by instrumenting a host application and executing them in a \ac{pim}-enabled memory model. +The authors of DP-Sim \cite{zhou2021} present a full-stack infrastructure for \ac{pim} based on a front-end that generates \ac{pim} instructions by instrumenting a host application and executing them in a \ac{pim}-enabled memory model. Similarly, Sim\textsuperscript{2}PIM \cite{santos2021,forlin2022} uses instrumentation to simulate only the \ac{pim} side of a host application. The MPU-Sim \cite{xie2022} simulator focuses on general-purpose near-bank processing units based on 3D DRAM technology, while neglecting the data transfers between the host CPU and the \ac{pim} devices. These instrumentation approaches are less accurate when it comes to integration with the host processor because they primarily focus on simulating the \ac{pim} units. @@ -118,12 +120,12 @@ A slightly different approach is taken by PiMulator \cite{mosanu2022}, which doe Besides research \ac{pim} architectures, there are also virtual prototypes of industry architectures. Very recently, the authors of \cite{hyun2024} introduced uPIMulator, a cycle-accurate simulator that models UPMEM's real-world general-purpose \ac{pim} architecture. -To analyze the potential performance and power impact of Newton, SK Hynix developed a virtual prototype based on the DRAMSim2 \cite{rosenfeld2011} cycle-accurate memory simulator, which models a \ac{hbm2} memory and the extended Newton DRAM protocol. However, DRAMSym2 is more than 10 years old and several orders of magnitude slower than DRAMSys~\cite{steiner2022a}. -The simulated system is compared to two different non-\ac{pim} systems: an ideal non-\ac{pim} host with infinite compute bandwidth and a GPU model of a high-end Titan-V graphics card using a cycle-accurate GPU simulator. +To analyze the potential performance and power impact of Newton, SK Hynix developed a virtual prototype based on the DRAMSim2 \cite{rosenfeld2011} cycle-accurate memory simulator, which models a \ac{hbm2} memory and the extended Newton DRAM protocol. However, \mbox{DRAMSym2} is more than 10 years old and several orders of magnitude slower than DRAMSys~\cite{steiner2022a}. +The simulated system is compared with two different non-\ac{pim} systems: an ideal non-\ac{pim} host with infinite compute bandwidth and a GPU model of a high-end Titan-V graphics card using a cycle-accurate GPU simulator. SK Hynix finds that Newton achieves a \qty{54}{\times} speedup over the Titan-V GPU model and a speedup of \qty{10}{\times} for the ideal non-\ac{pim} case, setting a lower bound on the acceleration for every possible non-\ac{pim} architecture. -With PIMSimulator~\cite{shin-haengkang2023}, Samsung provides a virtual prototype of \ac{fimdram}, also based on DRAMSim2. +With \mbox{PIMSimulator~\cite{shin-haengkang2023}}, Samsung provides a virtual prototype of \ac{fimdram}, also based on DRAMSim2. PIMSimulator offers two simulation modes: it can either accept pre-recorded memory traces or generate very simplified memory traffic using a minimal host processor model that essentially executes only the \ac{pim}-related program regions. -However, neither approach accurately models a complete system consisting of a host processor running a real compiled binary and the memory system that integrates \ac{fimdram}. +However, both approaches do not accurately model a complete system consisting of a host processor running a real compiled binary and a memory system that integrates \ac{fimdram}. As a result, only limited conclusions can be made about the performance impact of \ac{fimdram} and the changes that are required in the application code to support the new architecture. In Samsung's findings, the simulated \ac{fimdram} system provides a speedup in the range of \qtyrange{2.1}{2.6}{\times} depending on the simulated workload with an average speedup of \qty{2.5}{\times} compared to standard \ac{hbm2} memory. @@ -135,17 +137,18 @@ In contrast, compute-bound workloads tend to have high data reuse and can make e A large number of modern \ac{dnn} layers can be expressed as a matrix-vector multiplication. The layer inputs can be represented as a vector and the model weights can be viewed as a matrix, where the number of columns is equal to the size of the input vector and the number of rows is equal to the size of the output vector. -Pairwise multiplication of the input vector and a row of the matrix are be used to calculate an entry of the output vector. +Pairwise multiplication of the input vector and a row of the matrix are used to calculate an entry of the output vector. Such an operation, defined in the widely used \ac{blas} library \cite{blas1979}, is also known as a \acs{gemv} routine. -Because one matrix element is only used exactly once in the calculation the output vector, there is no data reuse of the matrix. -Further, as the weight matrices tend to be too large to fit on the on-chip cache, such a \ac{gemv} operation is deeply memory-bound \cite{he2020}. +Because one matrix element is only used exactly once in the calculation of the output vector, there is no data reuse of the matrix. +Further, as the weight matrices tend to be too large to fit into the on-chip cache, such a \ac{gemv} operation is deeply memory-bound \cite{he2020}. As a result, such an operation is a good fit for \ac{pim}. Many different \ac{pim} architectures have been proposed by research in the past, and more recently real implementations have been presented by hardware vendors. These proposals differ largely in the positioning of the processing operation applied, ranging from the analog distribution of capacitor charges at the DRAM's subarray level to additional processing units at the global I/O level. Each of these approaches comes with different advantages and disadvantages. -In short, the closer the processing is to the DRAM's subarray, the higher the energy efficiency and the achievable processing bandwidth. -On the other hand, the integration of the \ac{pim} units inside the bank becomes more difficult as area and power constraints limit the integration \cite{sudarshan2022}. +The closer the processing is located to the DRAM subarray, the higher the energy efficiency and achievable processing bandwidth, as a higher level of parallelism can be achieved. +This is because the processing is not limited by the narrow data bus, but by the respective hierarchical level of the processing units. +On the other hand, the integration of the \ac{pim} units inside the memory array becomes more difficult as area and power constraints limit the integration \cite{sudarshan2022}. One real \ac{pim} implementation of the DRAM manufacturer Samsung, called \acf{fimdram}, has been presented in 2021 \cite{kwon2021,lee2021}. \Ac{fimdram} is based on the \ac{hbm2} memory standard, and it integrates 16-wide \ac{simd} engines directly into the memory banks, exploiting bank-level parallelism, while preserving the highly optimized memory subarray \cite{kwon2021}. @@ -157,19 +160,44 @@ The architecture of such a \ac{pu} is illustrated in \cref{fig:pu}. \begin{figure} \centering - \includegraphics{images/processing_unit.pdf} - \caption{The architecture of a \ac{pu} \cite{lee2021}.} + %\includegraphics{images/processing_unit.pdf} + \begin{tikzpicture} + \draw(0,0) node [draw, minimum width=8cm, minimum height=3cm, anchor={north west}](main){}; + \draw(main.north) ++(0,+0.1) node [draw, fill=_blue, minimum width=8cm, minimum height=0.75cm, anchor=south](even){Even Bank Interface}; + \draw(main.south) ++(0,-0.1) node [draw, fill=_blue, minimum width=8cm, minimum height=0.75cm, anchor=north](odd){Odd Bank Interface}; + \draw(0.2cm,-0.2cm) node [draw, minimum width=1.25cm, minimum height=2.6cm, anchor={north west}, fill=_blue!50](control){\rotatebox{90}{Control}}; + \draw(1.7cm,-0.2cm) node [draw, minimum width=1.25cm, minimum height=2.6cm, anchor={north west}, align=center, fill=_green](){CRF\\SRF}; + \draw(3.15cm,-0.2cm) node [draw, minimum width=4.7cm, minimum height=0.5cm, anchor={north west}, align=center, fill=_green](){GRF\_A}; + \draw(3.15cm,-2.30cm) node [draw, minimum width=4.7cm, minimum height=0.5cm, anchor={north west}, align=center, fill=_green](){GRF\_B}; + \draw(3.15cm,-0.8cm) node [draw, minimum width=4.7cm, minimum height=1.4cm, anchor={north west}, align=center, fill=gray](){}; + \draw(3.35cm,-0.9cm) node [draw, minimum width=2.0cm, minimum height=1.2cm, anchor={north west}, align=center, fill=gray!50](){FP16MULT}; + \draw(5.60cm,-0.9cm) node [draw, minimum width=2.0cm, minimum height=1.2cm, anchor={north west}, align=center, fill=gray!50](){FP16ADD}; + % + \draw[Triangle-Triangle](odd.south) -- ++(0,-0.5cm); + \draw(odd.south) to [open, name={h1}] ++(0,-0.5cm); + \draw(h1.center) node[anchor=west](){Local Bus to Odd Bank}; + % + \draw[Triangle-Triangle](even.north) -- ++(0,+0.5cm); + \draw(even.north) to [open, name={h1}] ++(0,+0.5cm); + \draw(h1.center) node[anchor=west](){Local Bus to Even Bank}; + % + \draw[Triangle-](control.130) -- ++(-0.5cm,0) coordinate(h1); + \draw[Triangle-](control.230) -- ++(-0.5cm,0) coordinate(h2); + \draw(h2) node[rotate=90, anchor=south](){Address}; + \draw(h1) node[rotate=90, anchor=south, align=center](){Internal\\Commands}; +\end{tikzpicture} + \caption{The architecture of a \ac{pu}, according to~\cite{lee2021}.} \label{fig:pu} \end{figure} A \ac{pu} contains two sets of \ac{simd} \acp{fpu}, one for addition and one for multiplication, where each set contains 16 16-bit wide \acp{fpu} each. Besides the \acp{fpu}, a \ac{pu} contains a \ac{crf}, a \ac{grf} and a \ac{srf} \cite{lee2021}. -The 16-wide \ac{simd} units correspond to the 256-bit prefetch architecture of \ac{hbm2}, where 16 16-bit floating-point operands are passed directly from the \acp{ssa} to the \acp{fpu} from a single memory access. +The 16-wide \ac{simd} units correspond to the 256-bit prefetch architecture of \ac{hbm2}, where 16 16-bit floating-point operands are passed directly from the \acp{ssa} to the \acp{fpu} as the result of a single memory access. As all \ac{pim} units operate in parallel, with 16 banks per \ac{pch}, a singular memory access loads a total of $\qty{256}{\bit}\cdot\qty{8}{\acp{pu}}=\qty{2048}{\bit}$ into the \acp{fpu}. As a result, the theoretical internal bandwidth of \ac{fimdram} is $\qty{8}{\times}$ higher than the external bus bandwidth to the host processor. \Ac{fimdram} defines three operating modes: -The default \textbf{\ac{sb} mode}, where \ac{fimdram} has identical behavior to normal \ac{hbm2} memory. +In the default \textbf{\ac{sb} mode}, the \ac{fimdram} has identical behavior to normal \ac{hbm2} memory. To switch to another mode, a specific sequence of \ac{act} and \ac{pre} commands must be sent by the memory controller to specific row addresses. The \textbf{\ac{ab} mode} is an extension to the \ac{sb} mode where the \ac{pim} execution units allow for concurrent access to half of the DRAM banks at the same time. This provides $\qty{8}{\times}$ more bandwidth than the standard operation mode, which can be used for the initialization of memory regions across all banks. @@ -179,7 +207,7 @@ In addition, the I/O circuits of the DRAM for the data bus are completely disabl Both in \ac{ab} mode and in \ac{abp} mode, the total \ac{hbm2} bandwidth per \ac{pch} of $\qty{16}{\giga\byte\per\second}$ is $\qty{8}{\times}$ higher with $\qty{128}{\giga\byte\per\second}$ or in total $\qty{2}{\tera\byte\per\second}$ for 16 \acp{pch}. Due to the focus on \ac{dnn} applications in \ac{fimdram}, the native data type for the \acp{fpu} are \ac{fp16} numbers, which is motivated by the significantly lower area and power requirements for \acp{fpu} compared to 32-bit floating-point numbers. -The \ac{simd} \acp{fpu} of the processing units is implemented once as a \ac{fp16} multiplier unit, and once as a \ac{fp16} adder unit, providing support for these basic algorithmic operations. +The \ac{simd} \acp{fpu} of the processing units are implemented as both an 16-wide \ac{fp16} multiplier unit and an 16-wide \ac{fp16} adder unit, providing support for these basic algorithmic operations. The \ac{crf} acts as an instruction buffer, holding the 32 32-bit instructions to be executed by the processor when performing a memory access. A program that is stored in the \ac{crf} is called a \textit{microkernel}. @@ -189,22 +217,21 @@ Finally, in the \acp{srf}, a 16-bit scalar value is replicated $\qty{16}{\times} It is also divided into two halves (\ac{srf}-A and \ac{srf}-M) for addition and multiplication with eight entries each. The \ac{fimdram} instruction set provides a total of 9 32-bit \ac{risc} instructions, each of which falls into one of three groups: control flow instructions (NOP, JUMP, EXIT), arithmetic instructions (ADD, MUL, MAC, MAD) and data movement instructions (MOV, FILL). -Since the execution of an instruction in the microkernel is initiated by a memory access, the host processor must execute \ac{ld} or \ac{st} store instructions in a sequence that perfectly matches the loaded \ac{pim} microkernel. +Since the execution of an instruction in the microkernel is initiated by a memory access, the host processor must execute \acf{ld} or \acf{st} instructions in a sequence that perfectly matches the loaded \ac{pim} microkernel. When an instruction executes directly on data that is provided by a memory bank, the addresses of these memory accesses specify the exact row and column where the data should be loaded from or stored to. This means that the order of the respective memory accesses for such instructions is important and must not be reordered by the processor or memory controller, as it must match the corresponding instruction in the microkernel. One solution to this problem would be to introduce memory barriers between each \ac{ld} and \ac{st} instruction of the processor, to prevent any reordering, however this comes at a significant performance cost and results in memory bandwidth being underutilized. To solve this overhead, Samsung has introduced the \ac{aam} mode for arithmetic instructions. In the \ac{aam} mode, the register indices of an instruction are ignored and decoded from the column and row address of the memory access itself. -With this method, the register indices and the bank addresses cannot get out of sync, as they are tightly coupled, even if the memory controller reorders the order of the accesses. - +Using this approach, the register indices and bank addresses remain synchronized, even if the memory controller reorders the access order. \section{PIM Virtual Plattform} To build a virtual prototype of \ac{fimdram}, an accurate model for \ac{hbm2} is needed, where the additional \ac{pim}-\acp{pu} are integrated. -For this, the cycle-accurate DRAM simulator DRAMSys \cite{steiner2022a} was used and its \ac{hbm2} model was extended to include the \acp{pu} in the \acp{pch} of the \ac{pim} activated channels. +For this, the cycle-accurate DRAM simulator DRAMSys \cite{steiner2022a} is used and its \ac{hbm2} model is extended to include the \acp{pu} into the \acp{pch} of the \ac{pim}-activated channels. The \ac{fimdram} model itself does not need to model any timing behavior: its submodel is essentially untimed, since it is already synchronized with the operation of the DRAM model of DRAMSys. To achieve a full-system simulation, detailed processor and cache models are required in addition to the \ac{pim}-enabled memory system. -For this, the gem5 simulator was used, which generates memory requests by executing the instructions of a compiled workload binary. +For this, the gem5 simulator is used, which generates memory requests by executing the instructions of a compiled workload binary. While \ac{fimdram} operates in the default \ac{sb} mode, it behaves exactly like a normal \ac{hbm2} memory. Only when the host initiates a mode switch of one of the \ac{pim}-enabled \acp{pch}, the processing units become active. @@ -215,20 +242,19 @@ In the case of a write access, the output of the processing unit is written dire This is equivalent to the real \ac{fimdram} implementation, where the global I/O bus of the memory is not actually driven, and all data movement is done internally in the banks. The model's internal state of a processing unit consists of the \ac{grf} register files \ac{grf}-A and \ac{grf}-B, the \ac{srf} register files \ac{srf}-A and \ac{srf}-M, the program counter, and a jump counter that keeps track of the current iteration of a JUMP instruction. -Depending on a \ac{rd} or \ac{wr} command received from the DRAM model, the control flow is dispatched into one of two functions that execute an instruction in the \ac{crf} and increment the program counter of the corresponding \ac{pim} unit. +Depending on a \acs{rd} or \acs{wr} command received from the DRAM model, the control flow is dispatched into one of two functions that execute an instruction in the \ac{crf} and increment the program counter of the corresponding \ac{pim} unit. Both functions calculate the register indices used by the \ac{aam} execution mode followed by a branch table that dispatches to the handler of the current instruction. -In case of the data movement instructions MOV and FILL, a simple move operation that loads to value of one register or the bank data and assigns it to the destination register is performed. +In case of the data movement instructions MOV and FILL, a simple move operation that loads the value of one register or the bank data and assigns it to the destination register is performed. The arithmetic instructions fetch the operand data from their respective sources and perform the operation, and write back the result by modifying the internal state of the \ac{pu}. Note that while the MAC instruction can iteratively add to the same destination register, it does not reduce the 16-wide \ac{fp16} vector itself in any way. Instead it is the host processor's responsibility to reduce these 16 floating point numbers into one \ac{fp16} number. With this implementation of \ac{fimdram}, it is now possible to write a user program that controls the execution of the \ac{pim}-\acp{pu} directly in the \ac{hbm2} model. However, correctly placing the input data in the DRAM and arbitrating its execution is a non-trivial task. -Therefore, a software library based on the Rust programming language \cite{rust} is provided. +% TODO Lukas/Matthias +Therefore, a software library based n the Rust programming language \cite{rust} is provided. Due to its strict aliasing rules, Rust allows for a safe execution of the microkernels, as it can guarantee that the \ac{pim} data is not accessed by the program during operation of the \acp{pu}. -The following functionality is implemented in the library: -It implements the \textbf{mode switching} logic, that switches between \ac{sb}, \ac{ab} and \ac{abp} modes. -For the programming of the \textbf{microkernels}, the library provides data structures for their assembly and transfer to the \ac{pim} units. +The library incorporates the logic for switching between \ac{sb}, \ac{ab}, and \ac{abp} modes. Additionally, it offers data structures to facilitate the assembly and transfer of microkernels to the \ac{pim} units. Data structures are also provided for the layout of the input operands in a \ac{pim}-specific \textbf{memory layout}. After mode switching and programming of the microkernel, the library implements functionality to \textbf{execute a user-defined microkernel} by issuing the necessary memory requests through the execution of \ac{ld} and \ac{st} instructions. @@ -249,34 +275,39 @@ To guarantee the correct placement of the first matrix element at the boundary o However, when using the \ac{aam} execution mode, this is not sufficient. As already mentioned in \cref{sec:dram_pim}, the \ac{grf}-A and \ac{grf}-B indices are calculated from the column and row address of the triggering memory access. With an alignment of $\qty{512}{\byte}$, no assumptions can be made about the initial value of the \ac{grf}-A and \ac{grf}-B indices, while for the execution of a complete \ac{gemv} kernel, both indices should start with zero. -Therefore, the larger alignment requirement of ${2^6 \cdot \qty{512}{\byte} = \qty{32768}{\byte}}$ must be ensured for the weight matrix. +Therefore, to accommodate the additional six address bits corresponding to the indices, the weight matrix must be aligned to a larger requirement of $2^6 \cdot \qty{512}{\byte} = \qty{32768}{\byte}$. -The operand initialization, the host processor executes the \ac{pim} microkernel by first switching to the \ac{abp} mode and then issuing the required \ac{rd} and \ac{wr} memory requests by executing \ac{ld} and \ac{st} instructions. +Following operand initialization, the host processor proceeds to execute the \ac{pim} microkernel. +It begins by transitioning to the \ac{abp} mode and subsequently issues the necessary memory \acs{rd} and \acs{wr} requests through the execution of \acs{ld} and \acs{st} instructions. When executing control instructions or data movement instructions that operate only on the register files, the \ac{rd} and \ac{wr} requests must be located in a dummy region of memory where no actual data is stored, but which must be allocated beforehand. Further, when data is read from or written to the memory banks, these memory requests are issued with the correct address for the data. As half the banks in a \ac{pch} operate at the same time, from the viewpoint of the host processor, the data accesses occur very sparsely. -In the case of the input vector, where one 16-wide \ac{simd} vector of \ac{fp16} elements is repeated as often as there are banks in a \ac{pch}, a burst access must occur every $\qty{32}{\byte}\cdot\mathrm{number\ of\ banks\ per\ \ac{pch}}=\qty{512}{\byte}$, over the entire interleaved input vector for a maximum of $\qty{8}{\times}$. +In the case of the input vector, where one 16-wide \ac{simd} vector of \ac{fp16} elements is repeated as often as there are banks in a \ac{pch}, a burst access must occur every $\qty{32}{\byte}\cdot\mathrm{number\ of\ banks\ per\ \ac{pch}}=\qty{512}{\byte}$ over the entire interleaved input vector for a maximum of $\qty{8}{\times}$. To then perform the repeated MAC operation with the weight matrix as bank data, a similar logic must be applied. -Since each row of the matrix resides on its own memory bank, with an interleaving of the size of a 16-wide \ac{simd} vector of \ac{fp16} elements, also one memory access must be issued every $\qty{512}{\byte}$. +Since each row of the matrix resides in its own memory bank, with an interleaving of the size of a 16-wide \ac{simd} vector of \ac{fp16} elements, also one memory access must be issued every $\qty{512}{\byte}$. As the input address of the weight matrix grows, the \ac{grf}-A and \ac{grf}-B indices are incremented in such a way that the \ac{grf}-A registers are read repeatedly to multiply the weights by the input vector, while the \ac{grf}-B registers are incremented in the outer loop to hold the results of additional matrix rows. Besides generating memory requests, an important task of the software library is to maintain the data coherence of the program. -The compiler may introduce invariants with respect to the value of the output vector, since it does not see that the value of the vector has changed without the host explicitly writing to it. +The compiler may introduce invariants with respect to the value of the output vector, since it does not observe that the value of the vector has changed without the host explicitly writing to it. As a result, the compiler may make optimizations that are not obvious to the programmer, such as reordering memory accesses, that cause the program to execute incorrectly. To avoid this, not only between non-\ac{aam} instructions in the microkernel, but also after initializing the input operands and before reading the output vector, memory barriers must be introduced to ensure that all memory accesses and \ac{pim} operations are completed. +When performing a gem5 simulation, there are three options to choose from: syscall emulation mode, full-system Linux mode, and full-system bare-metal mode. +The bare-metal option was chosen over the full-system Linux mode due to the additional system complexity. +A self-written kernel provides full control for implementing a minimal example using \ac{fimdram}, but some setup is required, such as initializing page tables for memory management. + \section{Simulations} Our simulations are based on the gem5 simulator and the DRAMSys memory simulator. The comparison between non-\ac{pim} and \ac{pim} architectures considers a hypothetical host processor with infinite compute capacity. In this ideal approach, memory bandwidth is the only limiting component, allowing only memory-bound effects to be considered. -This provides a lower bound on the possible speedups achieved by \ac{pim}, independent of the host architecture. +This provides a lower bound on the possible speedups \ac{pim} can achieve, independent of the host architecture, as the memory bound can only become less significant. The configuration of \ac{hbm2} DRAM is summarized in \cref{tab:memspec}. \begin{table} \centering \begin{tblr}{ hlines, - vlines, + %vlines, column{3} = {r}, row{1} = {l}, hline{2} = {2}{-}{solid,black}, @@ -298,13 +329,14 @@ Our benchmarks are divided into two classes: vector benchmarks, which perform le Both classes of benchmarks are typically memory-bound, since little or no data is reused during the operation. For the first class of benchmarks, two \ac{fp16} vectors are added (VADD), multiplied (VMUL), or combined in a \ac{haxpy} fashion. The second class of benchmarks performs a \ac{gemv} matrix-vector multiplication or models a simple fully connected neural network with multiple layers and applying the activation function \ac{relu} in between. +The \ac{relu} operation is executed during a MOV instruction, when a specific instruction flag is set. Each benchmark is executed with variable operand dimensions, which are listed in \cref{tab:dimensions}. \begin{table} \centering \begin{tblr}{ hlines, - vlines, + %vlines, column{1} = {c}, column{2} = {r}, column{3} = {r}, @@ -322,14 +354,14 @@ Each benchmark is executed with variable operand dimensions, which are listed in \label{tab:dimensions} \end{table} -The benchmarks focus lies on the achievable performance gain of \ac{pim}. +The benchmarks' focus lies on the achievable performance gain of \ac{pim}. In each run simulation, the relative performance (speedup) of \ac{pim} compared to non-\ac{pim} is analyzed. \section{Results} The results in \cref{fig:speedups} show significant speedups for all vector benchmarks in all simulated operand dimensions, with the following average values: $\qty{12.7}{\times}$ for VADD, $\qty{10.4}{\times}$ for VMUL and $\qty{17.5}{\times}$ for \ac{haxpy}. -On the other hand, the achieved speedup for the matrix-vector simulations varied with the simulated operand dimensions. -The \ac{gemv} benchmark achieved a speedup in the range $\qtyrange{8.7}{9.2}{\times}$ with an average value of $\qty{9.0}{\times}$, while the fully connected neural network layers experienced a higher variance: -With a range of $\qtyrange{0.6}{6.0}{\times}$, the \ac{dnn} benchmark experienced both a slowdown and an acceleration of the inference time. +On the other hand, the achieved speedup for the matrix-vector simulations varies with the simulated operand dimensions. +The \ac{gemv} benchmark achieved a speedup in the range $\qtyrange{8.7}{9.2}{\times}$ with an average value of $\qty{9.0}{\times}$, while the fully connected neural network layers experience a higher variance: +With a range of $\qtyrange{0.6}{6.0}{\times}$, the \ac{dnn} benchmark experience both a slowdown and an acceleration of the inference time. Therefore, there is a break-even point between dimensions X1 and X2 where \ac{pim} can be expected to become viable. \begin{figure} @@ -344,8 +376,8 @@ Besides it's own virtual prototype, Samsung used a real hardware accelerator pla Similar to the previous simulations, Samsung has used different input dimensions for its microbenchmarks for both its \ac{gemv} and its vector ADD workloads, which are equivalent. The performed ADD microbenchmark of Samsung shows an average speedup of around $\qty{1.6}{\times}$ for the real system and \qty{2.6}{\times} for the virtual prototype. -Compared to this paper, where the speedup is approximately $\qty{12.7}{\times}$, this result almost an order of magnitude lower. -Samsung explains its low value by the fact the processor has to introduce memory barrier instructions, resulting in a severe performance hits. +Compared to this paper, where the speedup is approximately $\qty{12.7}{\times}$, this result is almost an order of magnitude lower. +Samsung explains the low speedup by the fact the processor has to introduce memory barrier instructions, resulting in a severe performance hit. However, this memory barrier has also been implemented in our VADD kernel, which still shows a significant performance gain. The \ac{gemv} microbenchmark on the other hand shows a more matching result with an average speedup value of $\qty{8.3}{\times}$ for Samsung's real system and \qty{2.6}{\times} for their virtual prototype, while this paper achieved an average speedup of $\qty{9.0}{\times}$, which is well within the reach of the real hardware implementation. @@ -359,13 +391,20 @@ The \ac{gemv} microbenchmark on the other hand shows a more matching result with \Cref{fig:wallclock_time} shows the simulation runtimes of the various workloads on the host system. With \ac{pim} enabled, the runtime drops by about an order of magnitude for some workloads, indicating the reduced simulation effort on gem5's complex processor model, as only new memory requests are issued by the model during operation of \ac{pim}. -Therefore, exploring the effectiveness of different \ac{pim}-enabled workloads may be less time-consuming than a traditional workloads due to the reduced simulation complexity. +Therefore, exploring the effectiveness of different \ac{pim}-enabled workloads may be less time-consuming than traditional workloads due to the reduced simulation complexity. \section{Conclusion} -% TODO Lukas/Matthias % +In this paper, we presented a virtual prototype of Samsung’s \ac{fimdram} architecture for simulation and evaluation of real-world applications. +Leveraging the open-source tools gem5 and DRAMSys, the \ac{fimdram} implementation integrates seamlessly into sophisticated simulation frameworks that enable the realistic exploration of a wide-range of workloads using full-system simulation. +In addition to the hardware perspective, the analysis includes considerations from a software point of view and identifies the necessary modifications to the data layout in applications in order to efficiently make use of \ac{fimdram}. +Using this simulation framework, we conducted an analysis of the potential feasibility and effectiveness of \ac{pim} across a range of microbenchmarks. +The simulations demonstrated a reduction in execution time by \qty{9.2}{\times} for matrix-vector operations, and for simplified neural network tasks, a reduction by up to a factor of \qty{6.0}{\times}. +These findings are largely consistent with the results reported by Samsung, with the exception of a deviation observed in the vector microbenchmarks. +Furthermore, an examination of the wallclock time for simulations comparing non-PIM and PIM approaches showed that the decreased complexity of simulations can lead to a reduction by up to an order of magnitude. +In this work, the first system-level virtual prototype of Samsung's \ac{fimdram} is presented, enabling the rapid exploration and feasibility analysis of various workloads in a realistic and detailed manner. +Looking ahead, future work should focus on expanding the software framework to a Linux implementation, enabling further research on real-world AI applications. -% TODO teilweise doppelte Einträge! \bibliographystyle{IEEEtran} \bibliography{references.bib}