.. currentmodule:: cuda.core.experimental ``cuda.core`` 0.2.0 Release Notes ================================= Released on , 2024 Highlights ---------- - Add :class:`~ProgramOptions` to facilitate the passing of runtime compile options to :obj:`~Program`. Limitations ----------- - Breaking Changes ---------------- - Change ``__cuda_stream__`` from attribute to method - The :meth:`~Program.compile` method no longer accepts the `options` argument. Instead, you can optionally pass an instance of :class:`~ProgramOptions` to the constructor of :obj:`~Program`.