Skip to content

Commit aebd77e

Browse files
committed
New pre-commit fixes (related to PR #901)
1 parent 1c0d6e8 commit aebd77e

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

cuda_pathfinder/docs/source/_templates/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
<a href="latest/">our latest cuda.pathfinder docs</a>.
1111
</p>
1212
</body>
13-
</html>
13+
</html>

cuda_pathfinder/docs/source/release/1.0.0-notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Highlights
1414

1515
* First release of ``cuda-pathfinder`` as a stand-alone module.
1616
* Replaces ``cuda.bindings.path_finder``, which was released with ``cuda-bindings`` 12.9.0 and is now `deprecated <https://github.com/NVIDIA/cuda-python/blob/ed12c8301c6f9b23e6db9829e66e4ec745a76a7a/cuda_bindings/cuda/bindings/_path_finder/README.md>`_.
17-
* ``cuda-pathfinder`` is a noarch package and has no dependencies (other than a Python 3.9+ interpreter).
17+
* ``cuda-pathfinder`` is a noarch package and has no dependencies (other than a Python 3.9+ interpreter).

cuda_pathfinder/docs/source/release/1.1.0-notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Highlights
1313
----------
1414

1515
* CTK 13.0.0 compatibility
16-
* Bug fix: load ``libnvJitLink.so.12`` from conda, not ``/usr/local/cuda`` (`PR #767 <https://github.com/NVIDIA/cuda-python/pull/767>`_)
16+
* Bug fix: load ``libnvJitLink.so.12`` from conda, not ``/usr/local/cuda`` (`PR #767 <https://github.com/NVIDIA/cuda-python/pull/767>`_)

cuda_pathfinder/docs/source/release/1.X.Y-notes.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Released on TBD
1212
Highlights
1313
----------
1414

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
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
1818
- Step towards resolving library discovery issues
1919
- Includes minor fixes and cleanup
2020

21-
* Make `add_dll_directory()` and `load_dependencies()` side-effects more deterministic (`PR #855 <https://github.com/NVIDIA/cuda-python/pull/855>`_)
22-
21+
* Make ``add_dll_directory()`` and ``load_dependencies()`` side-effects more deterministic (`PR #855 <https://github.com/NVIDIA/cuda-python/pull/855>`_)
22+
2323
- Improves stability in general and supports nvmath specifically
2424
- Proactive change to improve library loading consistency
2525
- Drops boilerplate docstrings for private functions

0 commit comments

Comments
 (0)