• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

Samsung Planning for CXL 2.0 DRAM Mass Production Later This Year

Nomad76

News Editor
Staff member
Joined
May 21, 2024
Messages
341 (3.71/day)
Samsung Electronics Co. is putting a lot of effort into securing its involvement in next-generation memory technology, CXL (Compute Express Link). In a media briefing on Thursday, Jangseok Choi, vice president of Samsung's new business planning team, announced plans to mass-produce 256 GB DRAM supporting CXL 2.0 by the end of this year. CXL technology promises to significantly enhance the efficiency of high-performance server systems by providing a unified interface for accelerators, DRAM, and storage devices used with CPUs and GPUs.

The company projects that CXL technology will increase memory capacity per server by eight to ten times, marking a significant leap in computing power. Samsung's long investment in CXL development is now in the final stages with the company currently testing products with partners for performance verification, Samsung recently established the industry's first CXL infrastructure certified by Red Hat. "We expect the CXL market to start blooming in the second half and explosively grow from 2028," Choi stated, highlighting the technology's potential to expand memory capacity and bandwidth far beyond current limitations.





Executive Director Choi provided insights into the company's new Compute Express Link (CXL) Memory Module (CMM) technology. "In essence, CMM is a product that allows us to add memory in the space typically reserved for SSDs," Choi explained. He further elaborated that this technology would enhance the CPU's ability to transmit large volumes of data around the main memory, complementing existing DRAM functionality.

One key feature of Samsung's CXL 2.0 DRAM, developed in May 2023, is the memory pooling feature. This technology enables the creation of a shared pool of memory by combining multiple CXL memories on a server platform. Hosts can then access and utilize memory from this pool as needed, optimizing resource allocation. The outcomes are a more efficient use of the entire CXL memory capacity without empty areas, reduced data transfer bottlenecks, and improved overall system performance and flexibility.

View at TechPowerUp Main Site | Source
 
Joined
Jan 3, 2021
Messages
3,099 (2.34/day)
Location
Slovenia
Processor i5-6600K
Motherboard Asus Z170A
Cooling some cheap Cooler Master Hyper 103 or similar
Memory 16GB DDR4-2400
Video Card(s) IGP
Storage Samsung 850 EVO 250GB
Display(s) 2x Oldell 24" 1920x1200
Case Bitfenix Nova white windowless non-mesh
Audio Device(s) E-mu 1212m PCI
Power Supply Seasonic G-360
Mouse Logitech Marble trackball, never had a mouse
Keyboard Key Tronic KT2000, no Win key because 1994
Software Oldwin
I understand this is useless on a client PC but maybe someone could write a driver that would make CXL DRAM simulate an infinitely fast SSD, just to run some benchmarks and prove that this won't make the entire PC infinitely fast.
 
Joined
Jan 2, 2019
Messages
88 (0.04/day)
I understand this is useless on a client PC but maybe someone could write a driver that would make CXL DRAM simulate an infinitely fast SSD, just to run some benchmarks and prove that this won't make the entire PC infinitely fast.

>>...a driver that would make CXL DRAM simulate an infinitely fast SSD...

Let's say a computer system with 32GB of RAM booted from an SSD. If a Virtual Memory ( VM ) file is created, for example 64GB, then the total amount of available memory will be 96GB when a Memory Mapped allocation API is used. However, it does Not mean that using CRT-function 'malloc' it will be possible to allocate 96GB of memory. It could fail if more than 32GB of memory should be allocated.

In overall, all you've just described could be done with the Memory Mapped allocation API used on SSDs.
 
Joined
Jan 3, 2021
Messages
3,099 (2.34/day)
Location
Slovenia
Processor i5-6600K
Motherboard Asus Z170A
Cooling some cheap Cooler Master Hyper 103 or similar
Memory 16GB DDR4-2400
Video Card(s) IGP
Storage Samsung 850 EVO 250GB
Display(s) 2x Oldell 24" 1920x1200
Case Bitfenix Nova white windowless non-mesh
Audio Device(s) E-mu 1212m PCI
Power Supply Seasonic G-360
Mouse Logitech Marble trackball, never had a mouse
Keyboard Key Tronic KT2000, no Win key because 1994
Software Oldwin
>>...a driver that would make CXL DRAM simulate an infinitely fast SSD...

Let's say a computer system with 32GB of RAM booted from an SSD. If a Virtual Memory ( VM ) file is created, for example 64GB, then the total amount of available memory will be 96GB when a Memory Mapped allocation API is used. However, it does Not mean that using CRT-function 'malloc' it will be possible to allocate 96GB of memory. It could fail if more than 32GB of memory should be allocated.

In overall, all you've just described could be done with the Memory Mapped allocation API used on SSDs.
My idea was something that less resembles RAM extension and is more like a storage device, and understands a storage protocol such as NVMe.
 
Top