File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
cuda_core/docs/source/release Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ New features
22
22
23
23
- :class: `Kernel ` adds :attr: `Kernel.num_arguments ` and :attr: `Kernel.arguments_info ` for introspection of kernel arguments. (#612)
24
24
- 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 `.
26
26
- A name can be assigned to :class: `ObjectCode ` instances generated by both :class: `Program ` and :class: `Linker ` through their respective
27
27
options.
28
28
@@ -34,5 +34,6 @@ New examples
34
34
Fixes and enhancements
35
35
----------------------
36
36
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 .
38
38
- The :func: `launch ` function's handling of fp16 scalars was incorrect and is fixed.
39
+ - The :class: `Device ` constructor is made faster.
You can’t perform that action at this time.
0 commit comments