samsungmsl.com Open in urlscan Pro
144.126.210.248  Public Scan

Submitted URL: https://znsrc.com/c/abhdlkneya
Effective URL: https://samsungmsl.com/
Submission: On August 22 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

Explore SSI


MEMORY SOLUTIONS LAB



TRANSFORMING MEMORY PERFORMANCE


Memory Solutions Lab
 * Products
 * Publications
 * Contributions
 * Collaboration
 * Leadership
 * Careers




ABOUT MSL


The Memory Solutions Lab (MSL) is part of Samsung’s Memory Business Unit, the
industry’s technology and volume leader in DRAM and SSD. MSL’s vision is to
solve key problems & innovate new architecture platforms for Cloud & Data Center
environments, and MSL is an integral part of Samsung’s worldwide R&D Labs. MSL
works closely with development teams to bring feature innovation to product
roadmaps, and engages with customers, partners, universities and the technology
community in Silicon Valley to develop new solutions.


MSL KEYNOTE SPEECH

JEDEC (5/23/2022)


EVOLUTION OF MEMORY DEVICES FOR EDGE COMPUTING

Presenter: Dr. Sungwook (Sung) Ryu, Samsung

Computer system architecture has been changing due to new application
requirements and evolution of hardware. Mainframe computer used to be a prevail
solution but distributed workstations, cloud, and edge computing have been
adapted. I will go over what have been driving the architecture changes and talk
about the detailed requirements of edge computing. Samsung is developing memory
devices for edge computing, which include Computational Storage, ZNS (Zoned
Namespace) SSD, PIM (Processing In Memory), and MRAM. I will discuss how these
devices can address the issues on edge computing for power, latency and form
factor.

SNIA PM + CS (5/24/2022)


INNOVATION WITH SMARTSSD FOR GREEN COMPUTING

Yang Seok Ki, Vice President and CTO

Carbon neutrality is becoming an important issue in the industry. Data centers
are currently known to consume 1-2% of global electricity usage. Data centers
are transforming their architecture to improve total cost of ownership (TCO).
But now environmental impact is also becoming an important factor. Therefore, it
can be said that green computing, which increases computational efficiency with
low energy consumption, has great significance. I note that this is also a
problem stemming from the traditional CPU-centric general-purpose computing
model. Therefore, accelerators based on different domain-specific architectures
are becoming important not only from a basic TCO point of view, but also from a
green computing point of view and can be a potential solution. In particular,
Samsung has been approaching these issues from the perspective of memory and
storage, and has emphasized the importance of a data-centric computing as an
alternative to the existing compute-centric computing.
 
This keynote will showcase the innovations Samsung is making in storage devices
through the SmartSSD concept and share its long-term vision to enable
power-efficient green computing through data-centric computing. We would also
like to invite the industry to collaborate on realizing data-centric computing
across various accelerators for more power-efficient data processing.
Video Link
SNIA SDC (9/13/2022)


WHY SHOULD THE STORAGE COMMUNITY CARE ABOUT CXL?

Presenter : Yangseok Ki

The exponential growth in data volume and traffic across the global internet
infrastructure is motivating the exploration of new architectures for data
centers to achieve the demand for better performance, efficiency and total cost
of ownership (TCO). One promising trend is to segregate the functional
components of compute, memory, storage, and networking into pools and organize
them as needed according to the specific needs of different workloads. This
disaggregation and composability will take us beyond the classic architecture of
servers as the unit of computing.

Backed by a broad consortium of hyperscalers, equipment OEMs, chipmakers and IP
vendors, Compute Express Link (CXL) is a new enabling technology for
interconnecting computing resources that embraces existing competing
technologies such as Gen-Z and OpenCAPI. Currently in Gen 3.0, CXL enables
high-speed, low-latency links with memory cache coherency between processors,
accelerators, NICs, memory, and storage.

In this keynote, Dr. Ki would like to share the opportunities and challenges
that exist across hardware and software, with a focus on Samsung’s CXL memory
technologies such as CXL memory expanders and memory semantic SSDs. In
particular, he will share the direction Samsung wants to move forward with the
storage community and suggest various collaboration opportunities.

OCP Global Summit- FTS(11/09/2021)

OCP Future Technologies Symposium


SAMSUNG’S OPEN INNOVATION STRATEGY WITH OCP

Presenter : Sungwook Ryu, VP, Samsung Memory Solutions Lab

Details


DEMO EVENTS

All New Gallery



PRODUCTS


SmartSSD® CSD
View Product
CXL Memory Expander
View Product
Multistream
View Product
KV SSD
View Product
ESSD
View Product
2nd Generation SmartSSD
View Product
Memory-Semantic SSD
View Product


PUBLICATIONS


Showing 1 - 6 of 28
Results per Page: 6 12 24
2022 SNIA Persistent Memory Summit

INNOVATION WITH SMARTSSD FOR GREEN COMPUTING

Yang Seok Ki
2022 17th International Workshop on Data Management on New Hardware (DAMON)

ENABLING CXL MEMORY EXPANSION FOR IN-MEMORY DATABASE MANAGEMENT SYSTEMS

Minseon Ahn Donghun Lee, Jungmin Kim, Oliver Rebholz Andrew Chang , Jongmin Gim
, Jaemin Jung , Vincent Pham , Krishna T. Malladi , Yang Seok Ki
2022 The International Conference on Performance Engineering (ICPE)

NEAR-STORAGE PROCESSING FOR SOLID STATE DRIVE BASED RECOMMENDATION INFERENCE
WITH SMARTSSDS

Mohammadreza Soltaniyeh Veronica Lagrange Moutinho Dos Reis, Matt Bryson, Xuebin
Yao, Richard P. Martin, Santosh Nagarakatte
2022 IEEE Transactions on Very Large Scale Integration (VLSI) Systems

RPKNN: AN OPENCL-BASED FPGA IMPLEMENTATION OF THE DIMENSIONALITY-REDUCED KNN
ALGORITHM USING RANDOM PROJECTION

Erfan Bank Tavakoli Amir Beygi, Xuebin Yao
FPGA '22: Proceedings of the 2022 ACM/SIGDA International Symposium on
Field-Programmable Gate Arrays

SPA-GCN: EFFICIENT AND FLEXIBLE GCN ACCELERATOR WITH AN APPLICATION FOR GRAPH
SIMILARITY COMPUTATION

Atefeh Sohrabizadeh Yuze Chi, Jason Cong
2022 ACM TRETS - Special Issue on FPGAs in Data Centers

NASCENT2: GENERIC NEAR-STORAGE SORT ACCELERATOR FOR DATA ANALYTICS ON SMARTSSD

Sahand Salamat Hui Zhang, Yang Seok Ki, Tajana Rosing
«
1
2
3
4
5
»


OPEN SOURCE CONTRIBUTIONS


Multi-stream
Multi-stream is a technology that allows SSDs to receive host hints(e.g., stream
IDs) for data lifetime and place a similar lifetime data(e.g., same stream ID)
to a set of erase blocks. This way SSDs are able to minimize garbage collection
overhead since the lifetime of data in one erase block would be similar and
whole data in one erase block would be valid or invalid during garbage
collection time. The multi-stream is already standardized in NVMe and T10 (SCSI)
standards groups. The multi-stream open source software package includes patches
of fio benchmark tool, nvme cli tool, sg3 utilities, Linux Kernel and Qemu to
support the multi-stream. It also includes examples that contain example C
programming codes demonstrating how Stream Directive is used in application
writes.
More
Github
KV SSD
KV SSD open source software package includes the host software that operates
with KV SSD. The package includes API library, emulator, kernel device driver
and performance evaluation suite called kvbench. With the package users can
evaluate multiple application(e.g., RocksDB, Aerospike, etc.) performance on
block device in addition to direct key-value stack performance on KV SSD.
More
Github
KVRocks
KV SSD open source software package includes the host software that operates
with KV SSD. The package includes API library, emulator, kernel device driver
and performance evaluation suite called kvbench. With the package users can
evaluate multiple application(e.g., RocksDB, Aerospike, etc.) performance on
block device in addition to direct key-value stack performance on KV SSD.
More
Github
KVCeph
KVCeph provides a new CEPH object store called KvsStore. It is integrated with
Samsung Key-Value SSDs, offloading the object management layer from CEPH to a
device. KvsStore reducing IO and compute overheads per device in a host system,
and thus improving performance and scalability; more number of SSDs can be used
in a single host system without performance degradation. This project also
demonstrates the use of Samsung Key-Value SSDs in implementing complex storage
operations such as transactions, and object filtering and listing.
More
Github
1U Mission Peak
The 1U Mission Peak server platform was contributed to OCP, and it was developed
with the latest technologies with up to 576TB of high-speed NF1 (NGSFF) form
factor NVMe SSDs. It offers more than 5X higher capacity and 3X more IOPS than
traditional flash storage solutions within the same footprint and ease of
implementing this total solution in data centers.
More
OCP
DSS
Disaggregate Storage Solution (DSS) provides high throughput and highly scalable
storage solution for AI and Analytics workload. AI/ML is not new, but
innovations in ML models development have made it possible to process data at
unprecedented speeds. Data scientists have used standard POSIX file systems for
years, but as the scale and need for performance have grown, many faces new
storage challenges. Samsung has been working with customers on new ways of
approaching storage issues with object storage designed for use with AI/ML. We
welcome you to join the DSS community and explore how software and hardware are
evolving to allow unprecedented performance and scale of storage for Machine
Learning
More
Github


FUNDED RESEARCH COLLABORATIONS

Samsung MSL invites academic institutions and encourages to explore furthest
horizons of our research. 




COLLABORATE WITH SAMSUNG ON YOUR NEXT RESEARCH PROJECT

We encourage doctoral students associated with funded research projects to join
us and explore future opportunities at Samsung while they engage in innovative
activities.

Currently MSL is open for Proposals. Submit your proposal here.

 (New Proposal Due by 7/29)

2023 UR program process  Click 

Inquiries


Strategic Research Collaboration : To accelerate cutting edge technology
development for future competitiveness with strong engagement with MSL research
engineers.

Long-term research project only (2~5 year project, up to 1M)

 * Min 2 years 300K
 * Max 5 years 1M

 * 2023 SRC Theme (with Q&A)
 * 2023 SRC Proposal Template (Download)

 * 1
   
   PROGRAMMING MODEL FOR COMPUTATIONAL STORAGE
   
   
 * 2
   
    IMPACT OF DEEP MEMORY HIERARCHY ON COMPUTER ARCHITECTURE AND SOFTWARE SYSTEM
   
   
 * 3
   
   RACK-SCALE COMPUTING ARCHITECTURE FOR NET ZERO CARBON
   
   
 * 4
   
   APPLICATIONS OF NEAR STORAGE COMPUTE FOR INFORMATION-CENTRIC NETWORK (ICN)
   
   
 * 5
   
   MITIGATING DATA LOADING AND CACHING BOTTLENECKS FOR LARGE SCALE AI TRAINING
   ACCELERATION
   
   
 * 6
   
   FEDERATED AI – HOW NEAR DATA PROCESSING CAN HELP CORE CHALLENGES OF FEDERATED
   LEARNING
   
   

Funded Research Collaboration : Proposal call for innovative research project.
Open to universities to foster collaborative research relationships. 

Renew every year, for current MSL supported project

 * 

 * PROJECT RENEWAL
   
   We review current project's status and renew with updated proposal for
   upcoming year
   
   

 * NEW PROPOSAL
   
   New proposal for single year project can be submitted for these topics :
   
   

Disaggregated/Rackscale/Composable Architecture

Everything in the data center is software defined, and new technologies like
NVMeOF, CXL and fiber optics are making the systems in the data center
disaggregated. SW and HW architectures for composable and disaggregate
rack-scale architectures are emerging. How should storage and memory subsystems
evolve over time to meet these requirements, and which architecture is right for
new trends?

System Security

This is a broad topic that includes system security (e.g., various cyberattacks
against servers in device and the device with computing capabilities), data
security (e.g. homomorphic encryption), and programmatic security (e.g. compiler
techniques that check for program vulnerabilities).

COMPUTATIONAL STORAGE/OFFLOAD/ACCELERATION





DISAGGREGATED/RACKSCALE/COMPOSABLE ARCHITECTURE





STORAGE FOR ML AND STREAMING





NETWORK BASED HETEROGENEOUS COMPUTING




STORAGE VIRTUALIZATION/CONTAINER





MEMBERSHIPS




DO YOU HAVE A RESEARCH PROJECT YOU WOULD LIKE TO SUBMIT? APPLY HERE:


Apply


INDUSTRY STANDARDS LEADERSHIP

FUTURE TECHNOLOGIES INITIATIVE (FTI)


The OCP Future Technologies Initiative is a formal project within the Foundation
whose mission is to build a future-focused Community within OCP to serve as
forward-looking funnel for ideas and technologies three-to-five years into the
future.

There are 3 work streams: Software Defined Memory, Cloud Service Model and AI
HW-SW Design Collaboration. Samsung is committed to contribute and collaborate
with academia and industry to build community and grow together.

OCP Future Technologies Initiative – OpenCompute


Learn More

STORAGE NETWORKING INDUSTRY ASSOCIATION (SNIA)


SNIAs mission is to Lead the storage industry worldwide in developing and
promoting vendor-neutral architectures, standards, and educational services that
facilitate the efficient management, movement, and security of information.

Samsung is actively participating in the SNIA in many areas. One of the most
active areas currently in the SNIA is the area of Computational Storage where
the Computational Storage Architecture specification and the Computational
Storage API specification are being developed. Samsung has contributed the API
specification and is editor of both specifications. Samsung is involved in
defining Storage Management for Ethernet attached SSDs and Direct attached
NVMe-oF™ SSDs. Samsung has a leadership role ibn the SNIA Security Technical
Work Group (TWG) where security for all aspects of storage is discussed and the
Transport Layer Security (TLS) specification is developed with the latest
revision TLS Specification for Storage Systems v2.0 being published in February
2021.

Samsung is also involved in the various marketing activities of the SNIA and the
leadership of SNIA with a representative as an advisor to the SNIA Board of
Directors and co-chair of the SNIA Technical Council which determines the
technical direction of the SNIA.


Learn More

NON VOLATILE MEMORY EXPRESS (NVME)


NVM Express (NVMe™) is an open collection of standards and information to fully
expose the benefits of non-volatile memory in all types of computing
environments from mobile to data center.

NVMe defines:

• A register interface and command set for PCI Express(PCIe®) attached storage
as well as NVMe-oF™ attached storage
• A block storage command standard (NVM Command Set)
• A zoned storage command standard (ZNS Command Set)
• A key value storage command standard (KV Command Set), and
• A Management Interface

Samsung is a member of the NVMe Board of Directors and an active participant in
the NVMe standardization activities. Samsung has driven and participated in the
development of:

• The KV Command set, providing the basis for this standard,
• The ZNS Command Set, including enhancements for Zoned Random Write Area (ZRWA)
and other functionality,
• The NVM Command Set including driving multiple technical proposals for
enhancements and correctness,
• The Management Interface specification, and
• The refactored NVMe Base Specification.

Current activities in NVMe also include the development of Computational Storage
for NVMe. Samsung is a co-chair of the Task Group developing this work and is
actively contributing to this development.


Learn More

FUTURE TECHNOLOGIES INITIATIVE (FTI)


The OCP Future Technologies Initiative is a formal project within the Foundation
whose mission is to build a future-focused Community within OCP to serve as
forward-looking funnel for ideas and technologies three-to-five years into the
future.

There are 3 work streams: Software Defined Memory, Cloud Service Model and AI
HW-SW Design Collaboration. Samsung is committed to contribute and collaborate
with academia and industry to build community and grow together.

OCP Future Technologies Initiative – OpenCompute


Learn More

STORAGE NETWORKING INDUSTRY ASSOCIATION (SNIA)


SNIAs mission is to Lead the storage industry worldwide in developing and
promoting vendor-neutral architectures, standards, and educational services that
facilitate the efficient management, movement, and security of information.

Samsung is actively participating in the SNIA in many areas. One of the most
active areas currently in the SNIA is the area of Computational Storage where
the Computational Storage Architecture specification and the Computational
Storage API specification are being developed. Samsung has contributed the API
specification and is editor of both specifications. Samsung is involved in
defining Storage Management for Ethernet attached SSDs and Direct attached
NVMe-oF™ SSDs. Samsung has a leadership role ibn the SNIA Security Technical
Work Group (TWG) where security for all aspects of storage is discussed and the
Transport Layer Security (TLS) specification is developed with the latest
revision TLS Specification for Storage Systems v2.0 being published in February
2021.

Samsung is also involved in the various marketing activities of the SNIA and the
leadership of SNIA with a representative as an advisor to the SNIA Board of
Directors and co-chair of the SNIA Technical Council which determines the
technical direction of the SNIA.


Learn More




PATENTS



100+ Patents every year for the last last five years: 500 patents applied and
350 issued.




SAMSUNG MEMORY SOLUTIONS LAB




100+




PATENTS ISSUED EVERY YEAR


JOIN THE TEAM


Samsung Semiconductor advances the world’s technologies with breakthroughs in
5G, AI, cloud, edge, IoT, and autonomous vehicle technologies. At Samsung
Semiconductor, we power the future.


R&D / ENGINEERING @SAMSUNG SEMICONDUCTOR


R&D for global products happens every day in our Silicon Valley HQ. Our
Engineers, Research Scientists and Design Architects are developing leading-edge
technologies across consumer device and computing platform technologies. We
demand the best of each other so that, together, we can design product solutions
that drive impact on a Global scale. MSL focuses on memory and storage use cases
for data center applications.



MAKE YOUR MOVE.



Find your passion and do your best work in an environment that encourages
individuality and fosters innovation.


Learn More
Search Jobs

R&D / ENGINEERING
@SAMSUNG SEMICONDUCTOR



R&D for global products happens every day in our Silicon Valley HQ.

Our Engineers, Research Scientists and Design Architects are developing
leading-edge technologies across consumer device and computing platform
technologies.



We demand the best of each other so that, together, we can design product
solutions that drive impact on a Global scale.

MSL focuses on memory and storage use cases for data center applications.




MAKE YOUR MOVE.



Find your passion and do your best work in an environment that encourages
individuality and fosters innovation.


Learn More
Search Jobs


COPYRIGHT © 1995-2021 SAMSUNG ALL RIGHTS RESERVED

Products Publications Contributions Collaboration Leadership Careers
USA/English | Privacy Legal

Samsung and Cookies
We use cookies on our website to give you the most relevant experience by
remembering your preferences and repeat visits. By clicking “Accept”, you
consent to the use of ALL the cookies.
Cookie SettingsAccept
Manage consent
Close

PRIVACY OVERVIEW

This website uses cookies to improve your experience while you navigate through
the website. Out of these, the cookies that are categorized as necessary are
stored on your browser as they are essential for the working of basic
functionalities of the ...
Necessary
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly.
These cookies ensure basic functionalities and security features of the website,
anonymously.

CookieDurationDescriptioncookielawinfo-checkbox-analytics11 monthsThis cookie is
set by GDPR Cookie Consent plugin. The cookie is used to store the user consent
for the cookies in the category "Analytics".cookielawinfo-checkbox-functional11
monthsThe cookie is set by GDPR cookie consent to record the user consent for
the cookies in the category "Functional".cookielawinfo-checkbox-necessary11
monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to
store the user consent for the cookies in the category
"Necessary".cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR
Cookie Consent plugin. The cookie is used to store the user consent for the
cookies in the category "Other.cookielawinfo-checkbox-performance11 monthsThis
cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the
user consent for the cookies in the category
"Performance".viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie
Consent plugin and is used to store whether or not user has consented to the use
of cookies. It does not store any personal data.

Functional
Functional
Functional cookies help to perform certain functionalities like sharing the
content of the website on social media platforms, collect feedbacks, and other
third-party features.
Performance
Performance
Performance cookies are used to understand and analyze the key performance
indexes of the website which helps in delivering a better user experience for
the visitors.
Analytics
Analytics
Analytical cookies are used to understand how visitors interact with the
website. These cookies help provide information on metrics the number of
visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and
marketing campaigns. These cookies track visitors across websites and collect
information to provide customized ads.
Others
Others
Other uncategorized cookies are those that are being analyzed and have not been
classified into a category as yet.
SAVE & ACCEPT