Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.38 KB

File metadata and controls

42 lines (27 loc) · 1.38 KB
.. currentmodule:: cuda.core.experimental

cuda.core 0.3.0 Release Notes

Released on MM DD, 2025

Highlights

  • Starting this release cuda.core is licensed under Apache 2.0.
  • Initial support for CUDA graphs (phase 1).
    • In this release, we support building a CUDA graph that captures kernel launches. The captured graph can be replayed to reduce latency. Graph split/join and conditional nodes are supported.

Breaking Changes

New features

New examples

Fixes and enhancements