~~NOCACHE~~ ===== Real-world Processing-in-Memory Systems for Modern Workloads ===== [[https://events.safari.ethz.ch/asplos-pim-tutorial/doku.php?id=start#registration | Important note about registration]] ==== Tutorial Description ==== Processing-in-Memory (PIM) is a computing paradigm that aims at overcoming the data movement bottleneck (i.e., the waste of execution cycles and energy resulting from the back-and-forth data movement between memory units and compute units) by making memory compute-capable. Explored over several decades since the 1960s, PIM systems are becoming a reality with the advent of the first commercial products and prototypes. A number of startups (e.g., UPMEM, Neuroblade) are already commercializing real PIM hardware, each with its own design approach and target applications. Several major vendors (e.g., Samsung, SK Hynix, Alibaba) have presented real PIM chip prototypes in the last two years. Most of these architectures have in common that they place compute units near the memory arrays. This type of PIM is called processing near memory (PNM). {{:p_s-pim-ss2022-meeting1-thumbnail.jpg?400 |}} PIM can provide large improvements in both performance and energy consumption for many modern applications, thereby enabling a commercially viable way of dealing with huge amounts of data that is bottlenecking our computing systems. Yet, it is critical to (1) study and understand the characteristics that make a workload suitable for a PIM architecture, (2) propose optimization strategies for PIM kernels, and (3) develop programming frameworks and tools that can lower the learning curve and ease the adoption of PIM. This tutorial focuses on the latest advances in PIM technology, workload characterization for PIM, and programming and optimizing PIM kernels. We will (1) provide an introduction to PIM and taxonomy of PIM systems, (2) give an overview and a rigorous analysis of existing real-world PIM hardware, (3) conduct hand-on labs about important workloads (machine learning, sparse linear algebra, bioinformatics, etc.) using real PIM systems, and (4) shed light on how to improve future PIM systems for such workloads. ==== Livestream ==== [[https://www.youtube.com/live/oYCaLcT0Kmo?feature=share|YouTube livestream]] {{youtube>oYCaLcT0Kmo?large}} ==== Organizers ==== ^ Name ^ E-mail ^ |[[https://ee.ethz.ch/the-department/people-a-z/person-detail.MjQxMjgy.TGlzdC8zMjc5LC0xNjUwNTg5ODIw.html|Juan Gómez Luna]]| | |[[https://people.inf.ethz.ch/omutlu/index.html|Onur Mutlu]]| | |[[https://ee.ethz.ch/the-department/people-a-z/person-detail.MjUzNDIw.TGlzdC8zMjc5LC0xNjUwNTg5ODIw.html|Ataberk Olgun]] | | ===== Agenda (March 26, 2023) ===== ==== Lectures (tentative) ==== * 9:00am-10:20am, Prof. Onur Mutlu, "Memory-centric computing: Introduction to PIM as a paradigm to overcome the data movement bottleneck". * PIM taxonomy: PNM (processing near memory) and PUM (processing using memory). * Coffee break (10:20am-10:40am) * 10:40am-12:00am, Dr. Juan Gómez Luna, "Processing-Near-Memory: Real PNM Architectures Programming General-purpose PIM". * PNM prototypes: Samsung HBM-PIM, SK Hynix AiM, Samsung AxDIMM. * UPMEM PIM: Architecture and Programming. * Lunch break (12:00pm-1:40pm) * 1:40pm-2:20pm, Prof. Alexandra (Sasha) Fedorova (UBC), "Processing in Memory in the Wild". * 2:20pm-3:20pm, Dr. Juan Gómez Luna & Ataberk Olgun, "Processing-Using-Memory: Exploiting the Analog Operational Properties of Memory Components". * Coffee break (3:20pm-3:40pm) * 3:40pm-4:10pm, Dr. Juan Gómez Luna, "Adoption issues: How to enable PIM?" * 4:10pm-4:50pm, Dr. Yongkee Kwon & Eddy (Chanwook) Park (SK Hynix), "System Architecture and Software Stack for GDDR6-AiM". * 4:50pm-5:00pm, Dr. Juan Gómez Luna, "Introduction/preparation for hands-on lab". * Hands-on Lab (Optional) * Microbenchmarking of UPMEM PIM. * Accelerating Real-world Workloads with UPMEM PIM. ==== Tutorial Materials ==== ^ Time ^ Speaker ^ Title ^ Materials ^ | 9:00am-10:20am | Prof. Onur Mutlu | Memory-Centric Computing |{{RealPIMTutorial-ASPLOS2023-Intro-onur-slides.pdf|(PDF)}} {{RealPIMTutorial-ASPLOS2023-Intro-onur-slides.pptx|(PPT)}}| | 10:40am-12:00pm | Dr. Juan Gómez Luna | Processing-Near-Memory: Real PNM Architectures Programming General-purpose PIM |{{realpimtutorial-asplos23-processingnearmemory-juan-slides.pdf|(PDF)}} {{realpimtutorial-asplos23-processingnearmemory-juan-slides.pptx|(PPT)}}| | 1:40pm-2:20pm | Prof. Alexandra (Sasha) Fedorova (UBC) | Processing in Memory in the Wild |{{PIM-processing-in-the-wild.pdf|(PDF)}} {{PIM-processing-in-the-wild.pptx|(PPT)}}| | 2:20pm-3:20pm | Dr. Juan Gómez Luna & Ataberk Olgun | Processing-Using-Memory: Exploiting the Analog Operational Properties of Memory Components |{{realpimtutorial-asplos23-processingusingmemory-juan-slides.pdf|(PDF)}} {{realpimtutorial-asplos23-processingusingmemory-juan-slides.pptx|(PPT)}} \\ {{realpimtutorial-asplos23-pidram-ataberk-slides.pdf|(PDF)}} {{realpimtutorial-asplos23-pidram-ataberk-slides.pptx|(PPT)}}| | 3:40pm-4:10pm | Dr. Juan Gómez Luna | Adoption issues: How to enable PIM? \\ Accelerating Modern Workloads on a General-purpose PIM System |{{realpimtutorial-asplos23-enablingpim-juan-slides.pdf|(PDF)}} {{realpimtutorial-asplos23-enablingpim-juan-slides.pptx|(PPT)}} \\ {{realpimtutorial-asplos23-modernworkloads-juan-slides.pdf|(PDF)}} {{realpimtutorial-asplos23-modernworkloads-juan-slides.pptx|(PPT)}}| | 4:10pm-4:50pm | Dr. Yongkee Kwon & Eddy (Chanwook) Park (SK Hynix) | System Architecture and Software Stack for GDDR6-AiM |{{System Architecture and Software Stack for GDDR6-AiM_SK hynix_PIM tutorial_ASPLOS23_sent.pdf|(PDF)}} {{System Architecture and Software Stack for GDDR6-AiM_SK hynix_PIM tutorial_ASPLOS23_sent.pptx|(PPT)}}| | 4:50pm-5:00pm | Dr. Juan Gómez Luna | Hands-on Lab: Programming and Understanding a Real Processing-in-Memory Architecture |{{lab_asplos2023.pdf|(Handout)}} \\ {{realpimtutorial-asplos23-lab-juan-slides.pdf|(PDF)}} {{realpimtutorial-asplos23-lab-juan-slides.pptx|(PPT)}}| ==== Learning Materials ==== === Recommended Materials === * Gómez-Luna, J., and Mutlu, O., Data-Centric Architectures: Fundamentally Improving Performance and Energy (227-0085-37L), ETH Zürich, Fall 2022. * [[https://safari.ethz.ch/projects_and_seminars/fall2022/doku.php?id=processing_in_memory | Course Website]] * [[https://youtube.com/playlist?list=PL5Q2soXY2Zi8KzG2CQYRNQOVD0GOBrnKy | Lecture Playlist]] * Mutlu, O., Ghose, S., Gómez-Luna, J., and Ausavarungnirun, R. A Modern Primer on Processing in Memory. In Emerging Computing: From Devices to Systems, 2023. * [[https://arxiv.org/pdf/2012.03112.pdf | PDF (arXiv)]] * Gómez-Luna, J., El Hajj, I., Fernandez, I., Giannoula, C., Oliveira, G. F., and Mutlu, O. (2022). Benchmarking a New Paradigm: Experimental Analysis and Characterization of a Real Processing-in-Memory System. IEEE Access, 2022. * [[https://arxiv.org/pdf/2105.03814.pdf | PDF (arXiv)]] * [[https://github.com/CMU-SAFARI/prim-benchmarks | Repository (GitHub)]] * Giannoula, C., Fernandez, I., Gómez-Luna, J., Koziris, N., Goumas, G., and Mutlu, O. SparseP: Towards Efficient Sparse Matrix Vector Multiplication on Real Processing-In-Memory Architectures. SIGMETRICS 2022. * [[https://arxiv.org/pdf/2201.05072.pdf | PDF (arXiv)]] * [[https://github.com/CMU-SAFARI/SparseP | Repository (GitHub)]] * Olgun, A., Gómez-Luna, J., Kanellopoulos, K., Salami, B., Hassan, H., Ergin, O., and Mutlu, O. PiDRAM: A Holistic End-to-end FPGA-based Framework for Processing-in-DRAM. ACM TACO, 2022. * [[https://arxiv.org/pdf/2111.00082.pdf | PDF (arXiv)]] * [[https://github.com/cmu-safari/pidram | Repository (GitHub)]] === More Learning Materials === * Mutlu O., Memory-Centric Computing (IMACAW Keynote Talk at DAC 2023), July 2023: * [[https://people.inf.ethz.ch/omutlu/pub/onur-IMACAW-Keynote-MemoryCentricComputing-9-July-2023.pdf | PDF]] [[https://people.inf.ethz.ch/omutlu/pub/onur-IMACAW-Keynote-MemoryCentricComputing-9-July-2023.pdf | PPT]] [[https://www.youtube.com/watch?v=npr5zMEkANQ | Video]] * Processing-in-memory: A workload-driven perspective (summary paper about recent research in PIM): * [[https://people.inf.ethz.ch/omutlu/pub/processing-in-memory_workload-driven-perspective_IBMjrd19.pdf | PDF]] * Processing Data Where It Makes Sense: Enabling In-Memory Computation (summary paper about recent research in PIM): * [[https://people.inf.ethz.ch/omutlu/pub/ProcessingDataWhereItMakesSense_micpro19-invited.pdf | PDF]] * Processing-in-Memory course (Spring 2022): * [[https://safari.ethz.ch/projects_and_seminars/spring2022/doku.php?id=processing_in_memory | Course website]] * [[https://sdk.upmem.com/2023.1.0/ | UPMEM SDK documentation: The first real-world PIM architecture]] ==== Registration ==== When you register for ASPLOS 2023, make sure that you mark this tutorial in the registration form. {{:registration_asplos2023.jpg?400 |}}