Skip to content

Commit d70ec24

Browse files
committed
update release notes
1 parent a9e6552 commit d70ec24

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cuda_core/docs/source/release/0.3.0-notes.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ New features
2222

2323
- :class:`Kernel` adds :attr:`Kernel.num_arguments` and :attr:`Kernel.arguments_info` for introspection of kernel arguments. (#612)
2424
- Add pythonic access to kernel occupancy calculation functions via :attr:`Kernel.occupancy`. (#648)
25-
- Support launching cooperative kernels by setting :property:`LaunchConfig.cooperative_launch` to `True`.
25+
- Support launching cooperative kernels by setting :attr:`LaunchConfig.cooperative_launch` to `True`.
2626
- A name can be assigned to :class:`ObjectCode` instances generated by both :class:`Program` and :class:`Linker` through their respective
2727
options.
2828

@@ -34,5 +34,6 @@ New examples
3434
Fixes and enhancements
3535
----------------------
3636

37-
- An :class:`Event` can now be used to look up its corresponding device and context using the ``.device`` and ``.context`` attributes respectively.
37+
- Look-up of the :attr:`Event.device` and :attr:`Event.context` (the device and CUDA context where an event was created from) is now possible.
3838
- The :func:`launch` function's handling of fp16 scalars was incorrect and is fixed.
39+
- The :class:`Device` constructor is made faster.

0 commit comments

Comments
 (0)