Skip to content

Latest commit

 

History

History
198 lines (164 loc) · 9.39 KB

File metadata and controls

198 lines (164 loc) · 9.39 KB
.. currentmodule:: cuda.core

cuda.core 1.0.0 Release Notes

Highlights

  • TBD

New features

  • Added the :mod:`cuda.core.checkpoint` module for CUDA process checkpointing, including string process state queries, lock/checkpoint/restore/unlock operations, and GPU UUID remapping support for restore. (#1343)

Breaking changes

Fixes and enhancements