Skip to content

Commit e4f6522

Browse files
Copilotleofang
andcommitted
Add Cythonization of launch and LaunchConfig to release notes
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
1 parent 6357121 commit e4f6522

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ None.
4343
Fixes and enhancements
4444
----------------------
4545

46+
- Cythonized :func:`launch` and :class:`LaunchConfig` for improved performance.
4647
- Python ``bool`` objects are now converted to C++ ``bool`` type when passed as kernel
4748
arguments. Previously, they were converted to ``int``. This brings them inline
4849
with ``ctypes.c_bool`` and ``numpy.bool_``.

0 commit comments

Comments
 (0)