.. currentmodule:: cuda.core.experimental
Released on MM DD, 2025
- Starting this release
cuda.coreis licensed under Apache 2.0.
- :class:`Kernel` adds :property:`Kernel.num_arguments` and :property:`Kernel.arguments_info` for introspection of kernel arguments. (#612)
- Add pythonic access to kernel occupancy calculation functions via :property:`Kernel.occupancy`. (#648)
- A name can be assigned to :class:`ObjectCode` instances generated by both :class:`Program` and :class:`Linker` through their respective options.
- An :class:`Event` can now be used to look up its corresponding device and context using the
.deviceand.contextattributes respectively. - The :func:`launch` function's handling of fp16 scalars was incorrect and is fixed