Stanford CS149 I Parallel Computing I 2023 I Lecture 19 - Accessing Memory + Course Wrap Up
30 Sep 2024 (2 months ago)
DRAM Architecture and Operation
- DRAM chips are found in computers and function as arrays of memory cells, each storing a bit represented by an electrical charge. (2m48s)
- DRAM chips have data pins connected to the rest of the computer, allowing the transfer of eight bits of information (ones or zeros) per clock cycle. (3m50s)
- Accessing data from DRAM involves reading values from specific memory cells and transmitting them back to the processor as digital signals. (5m36s)
- DRAM chips utilize a system of row buffers and data pins to access and transfer data. The most efficient way to utilize the memory bus is through bulk contiguous data transfers. (15m1s)
- DRAM chips are organized into banks, rows, and columns, and a memory controller issues commands to access specific bytes within this 3D address space. (19m11s)
- DRAM (Dynamic Random Access Memory) latency is not fixed and can vary depending on the access pattern. (11m24s)
- Accessing adjacent bytes in the same row of DRAM is faster than accessing non-adjacent bytes because the entire row is already loaded into the row buffer. (9m12s)
- To improve efficiency, DRAM systems employ pipelining by replicating the DRAM array, row buffer, and data pins. This allows for simultaneous data access from different banks while waiting for data from other banks. (16m29s)
- Each DRAM chip has multiple banks, and interleaving addresses across these banks enables the system to initiate row access on one bank while retrieving data from another, thereby hiding latency and improving overall performance. (17m37s)
- To optimize data access, consecutive bytes of a cache line are interleaved across different DRAM chips and banks. (23m0s)
- The memory controller pipelines requests to the memory system, pre-charging the next bank while data is being read from the current bank to minimize latency. (23m47s)
Memory Controller and Bandwidth Enhancement
- The width of the memory bus is limited by the number of pins on a DRAM chip, which is a cost consideration. Wider memory buses can be achieved by using multiple DRAM chips. (11m11s)
- A memory controller can increase bandwidth by buffering and reordering a processor's memory requests to maximize row buffer locality and bank pipelining. (26m42s)
- A memory controller on a GPU, such as an Nvidia memory controller, might buffer tens of thousands of memory requests because GPUs are bandwidth bound. (28m20s)
- Dual-channel DDR4 memory systems use two 64-bit buses connected to two DIMMs to increase bandwidth. (30m42s)
- DDR4 memory technology uses a double data rate approach, sending two transactions per clock cycle, resulting in higher data transfer speeds. (31m32s)
High Bandwidth Memory (HBM)
- High Bandwidth Memory (HBM) is a technology that places memory on the same silicon die as the processor, significantly reducing data travel distance and increasing bandwidth. (36m4s)
- HBM utilizes Through Silicon Via (TSV) technology, allowing for a large number of vertical wires to connect the processor and memory, further enhancing bandwidth. (37m21s)
- Modern high-end CPUs and GPUs often incorporate HBM as a level of memory, providing high bandwidth and low latency access to a limited capacity of data, typically supplementing larger but slower DDR memory. (39m29s)
Modern Computing Trends and Parallelism
- Modern mobile devices utilize heterogeneous multi-core processors, incorporating CPU, GPU, and specialized cores for tasks like sleep scheduling. (42m6s)
- There is significant interest in simplifying the programming of specialized processors to enhance efficiency. (42m44s)
- Many computing applications, including those in mobile development and large language models, align with the principles discussed in the course, highlighting the relevance of parallel computing and efficiency in various domains. (43m53s)
Stanford's Parallel Computing Courses and Research
- Stanford offers many courses that touch on parallelism, including CS280, which focuses on hardware and operating systems. (47m8s)
- Students can gain practical programming experience by working on research projects in systems groups like the one led by Professor Kayvon Fatahalian. (47m48s)
- One research project involves developing a mini game engine optimized for running thousands of game simulations in parallel to accelerate the training of AI agents. (51m23s)
- A project replicating work by OpenAI involved simulating a physical world with physics and ray tracing for a game with AI agents. (52m21s)
- The project achieved speedups of two to three orders of magnitude over off-the-shelf open-source solutions, reducing training time for an AI from four hours to three seconds. (53m32s)
- An undergraduate student developed a new rendering system for the project that can render at 200,000 frames per second with pixel rendering, enabling the training of agents that use images for actions. (54m31s)
Career Opportunities and Research Involvement
- Students who perform well in CS classes can secure good jobs, although the specific companies considered to offer the most desirable jobs may have changed. (56m59s)
- Students can increase their chances of finding fulfilling work by engaging in independent study or research opportunities with professors, which can lead to stronger letters of recommendation and connections within the industry. (58m46s)
- Professors often have connections within their field and enjoy connecting promising students with relevant job opportunities, sometimes even advocating for students to obtain better positions than they might otherwise qualify for. (1h0m2s)
- A student was able to get a job at Google by completing a class project that impressed a hiring manager. (1h1m56s)
- Faculty are more likely to give research opportunities to students who have demonstrated interest and excellence in their courses. (1h4m8s)
- Students should follow up on emails to faculty, especially if they are sent during busy periods like finals week. (1h5m49s)
- Students should email again if professors don't respond to their emails, as messages can sometimes slip through the cracks. (1h6m15s)
- Students should not take it personally if a professor says they are not a good fit for a particular project. (1h6m55s)
- Students should focus on making decisions about their future careers and not overemphasize the importance of internships, grades, or traditional job hunting methods. (1h7m8s)