diff --git a/cuda_core/docs/source/release/1.2.0-notes.rst b/cuda_core/docs/source/release/1.2.0-notes.rst index 4622d837c35..a6e010d3427 100644 --- a/cuda_core/docs/source/release/1.2.0-notes.rst +++ b/cuda_core/docs/source/release/1.2.0-notes.rst @@ -25,7 +25,6 @@ Fixes and enhancements versions 12.2 or newer. (`#2352 `__) -<<<<<<< HEAD - The default-stream singletons ``LEGACY_DEFAULT_STREAM`` and ``PER_THREAD_DEFAULT_STREAM`` no longer cache the first context and device they observe. A default-stream token refers to whatever context is current, @@ -34,7 +33,7 @@ Fixes and enhancements Previously the first query pinned the singleton to one context for the lifetime of the process, which also kept that context alive. (`#2485 `__) -======= + - :meth:`Linker.which_backend` and constructing a :class:`Linker` no longer raise ``FunctionNotFoundError`` when an nvJitLink older than 12.3 (12.0–12.2) is installed. These versions do not export the unversioned @@ -43,7 +42,6 @@ Fixes and enhancements (``cuLink``) backend, restoring the pre-0.7.0 behavior. (`#2409 `__, closes `#2408 `__) ->>>>>>> origin/main Deprecation Notices -------------------