File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: Copyright (c) 2021-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2- # SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+ # SPDX-License-Identifier: Apache-2.0
33
44# Minimal makefile for Sphinx documentation
55#
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
4- # SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
4+ # SPDX-License-Identifier: Apache-2.0
55
66set -ex
77
Original file line number Diff line number Diff line change 11@ ECHO OFF
22
33REM SPDX-FileCopyrightText: Copyright (c) 2021-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
4- REM SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
4+ REM SPDX-License-Identifier: Apache-2.0
55
66pushd %~dp0
77
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: Copyright (c) 2012-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2- # SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+ # SPDX-License-Identifier: Apache-2.0
33
44# Configuration file for the Sphinx documentation builder.
55#
Original file line number Diff line number Diff line change 11.. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2- .. SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
2+ .. SPDX-License-Identifier: Apache-2.0
33
44 Software License Agreement
55**************************
Original file line number Diff line number Diff line change @@ -7,5 +7,6 @@ Release Notes
77.. toctree ::
88 :maxdepth: 3
99
10+ release/1.1.1-notes
1011 release/1.1.0-notes
1112 release/1.0.0-notes
Original file line number Diff line number Diff line change 1+ .. SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+ .. SPDX-License-Identifier: Apache-2.0
3+
4+ .. module :: cuda.pathfinder
5+
6+ ``cuda-pathfinder `` 1.1.1 Release notes
7+ ========================================
8+
9+ Released on TBD
10+
11+
12+ Highlights
13+ ----------
14+
15+ * `RTLD_DI_LINKMAP `-based new implementation of `abs_path_for_dynamic_library() ` (`PR #834 <https://github.com/NVIDIA/cuda-python/pull/834 >`_)
16+
17+ - Eliminates `supported_nvidia_libs.EXPECTED_LIB_SYMBOLS ` entirely, providing major simplification
18+ - Step towards resolving library discovery issues
19+ - Includes minor fixes and cleanup
20+
21+ * Make `add_dll_directory() ` and `load_dependencies() ` side-effects more deterministic (`PR #855 <https://github.com/NVIDIA/cuda-python/pull/855 >`_)
22+
23+ - Improves stability in general and supports nvmath specifically
24+ - Proactive change to improve library loading consistency
25+ - Drops boilerplate docstrings for private functions
You can’t perform that action at this time.
0 commit comments