From 21b64037446b8910dd62c378e3bda86744b56957 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 Aug 2025 18:16:03 +0000 Subject: [PATCH 1/2] Initial plan From 06efafc818233d8affca57621c6d797152e9b4ff Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 Aug 2025 18:19:21 +0000 Subject: [PATCH 2/2] Update cuda-core release notes: Add missing milestone 19 PRs Co-authored-by: leofang <5534781+leofang@users.noreply.github.com> --- cuda_core/docs/source/release/0.X.Y-notes.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cuda_core/docs/source/release/0.X.Y-notes.rst b/cuda_core/docs/source/release/0.X.Y-notes.rst index 9966044940..fb505b6f0e 100644 --- a/cuda_core/docs/source/release/0.X.Y-notes.rst +++ b/cuda_core/docs/source/release/0.X.Y-notes.rst @@ -37,4 +37,6 @@ Fixes and enhancements ---------------------- - Improved :class:`DeviceMemoryResource` allocation performance when there are no active allocations by setting a higher release threshold (addresses issue #771). -- Fix :class:`LaunchConfig` grid unit conversion when cluster is set (addresses issue #867). \ No newline at end of file +- Improved :class:`StridedMemoryView` creation time performance by optimizing shape and strides tuple creation using Python/C API (addresses issue #449). +- Fix :class:`LaunchConfig` grid unit conversion when cluster is set (addresses issue #867). +- Fixed a bug in :class:`GraphBuilder.add_child` where dependencies extracted from capturing stream were passed inconsistently with num_dependencies parameter (addresses issue #843). \ No newline at end of file