Skip to content

Latest commit

 

History

History
195 lines (162 loc) · 9.14 KB

File metadata and controls

195 lines (162 loc) · 9.14 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