Skip to content

Commit 20a584a

Browse files
committed
update release notes
1 parent a9e6552 commit 20a584a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)