Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.01 KB

File metadata and controls

36 lines (22 loc) · 1.01 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.

Breaking Changes

New features

New examples

Fixes and enhancements

  • An :class:`Event` can now be used to look up its corresponding device and context using the .device and .context attributes respectively.
  • The :func:`launch` function's handling of fp16 scalars was incorrect and is fixed