Skip to content

Latest commit

 

History

History
204 lines (169 loc) · 9.66 KB

File metadata and controls

204 lines (169 loc) · 9.66 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