We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e6552 commit 20a584aCopy full SHA for 20a584a
cuda_core/docs/source/release/0.3.0-notes.rst
@@ -34,5 +34,6 @@ New examples
34
Fixes and enhancements
35
----------------------
36
37
-- An :class:`Event` can now be used to look up its corresponding device and context using the ``.device`` and ``.context`` attributes respectively.
+- 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.
38
- 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