Skip to content

Tags: hugomiguel-code/cuda-python

Tags

cuda-core-v0.4.2

Toggle cuda-core-v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[cuda.core v0.4.2] Ensure custom actions can run on the `release/*` b…

…ranches (NVIDIA#1261)

* relax to allow release/* branches in get_pr_number

* relax to allow release/* branches in doc_preview

cuda-pathfinder-v1.3.2

Toggle cuda-pathfinder-v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add cuTENSOR support & bug fixes discovered while working on conda te…

…sting (NVIDIA#1194)

* Add support for cutensor. Still works for existing libnames, cutensor testing is INCOMPLETE.

* Generalize tests/test_find_nvidia_headers.py to also cover cutensor

* test_find_nvidia_headers.py conda testing and fix

* test_load_nvidia_dynamic_lib.py fix conda testing

* Add conda_create_for_pathfinder_testing.ps1

* Bug fix: SITE_PACKAGES_LIBDIRS_WINDOWS_OTHER cutensor, cutensorMg paths

* Add cudss paths to SITE_PACKAGES_LIBDIRS_WINDOWS_OTHER

* Add SUPPORTED_HEADERS_NON_CTK_ALL to fix Windows site-packages tests

* Bug fix (existing code): conda cccl header directory

* test_find_nvidia_headers.py: refer to toolshed/conda_create_for_pathfinder_testing.*

* nvidia-libmathdx-... only exists for cu12: tolerate abs_path=None in test_load_nvidia_dynamic_lib.py

* find_nvidia_headers.py cccl IS_WINDOWS: fall-through after checking for conda anomaly, to restore proper functioning for standard CTK installations

* Add cublasmp DIRECT_DEPENDENCIES (closes NVIDIA#1116)

* Add SUPPORTED_HEADERS_NON_CTK to cuda_pathfinder/docs/source/api.rst

* Add 1.3.2-notes.rst

* Add nvidia-cufftmp-cu13 data in supported_nvidia_libs.py

Manually tested with:

pip install nvidia-cufftmp-cu13==12.1.3.1

That wheel was yanked, therefore not adding to pyproject.toml

* Add missing comma in toolshed/conda_create_for_pathfinder_testing.ps1

* Systematically add _abs_norm() in find_nvidia_header_directory()

* Move "conda has this anomaly" comment to the end of the line

* Add empty SUPPORTED_HEADERS_NON_CTK_WINDOWS_ONLY in supported_nvidia_headers.py (mirrors supported_nvidia_libs.py)

* Remove SUPPORTED_HEADERS_NON_CTK from public API, as requested by Leo offline

cuda-core-v0.4.1

Toggle cuda-core-v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare for v0.4.1 patch release (NVIDIA#1195)

* Initial plan

* Bump cuda.core version to 0.4.1 and add release notes

Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>

* Update release notes for version 0.4.1

* fix typo

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

* nit: fix crossref

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

v13.0.3

Toggle v13.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update the version number in cuda_bindings (NVIDIA#1158)

v12.9.4

Toggle v12.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump to 12.9.4 (NVIDIA#1159)

cuda-pathfinder-v1.3.1

Toggle cuda-pathfinder-v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Skipping VirtualMemoryResource tests on WSL (NVIDIA#1127)

* Disabling VirtualMemoryResource tests on WSL

* pre-commit updates

v13.0.2

Toggle v13.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix release notes & update release dates (NVIDIA#1113)

* fix rel notes & update release dates

* update release notes

* update supported Python versions & ensure we keep pkg mgr generic w.r.t. FT builds

* minor fix

v12.9.3

Toggle v12.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: backport remove of calling shared library close functions (NVI…

…DIA#1115)

cuda-core-v0.4.0

Toggle cuda-core-v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix release notes & update release dates (NVIDIA#1113)

* fix rel notes & update release dates

* update release notes

* update supported Python versions & ensure we keep pkg mgr generic w.r.t. FT builds

* minor fix

cuda-pathfinder-v1.3.0

Toggle cuda-pathfinder-v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Produce `INFO summary` only if `pytest -v` option is present and `--i…

…terations` is not present (NVIDIA#1037)

* Produce INFO summary only if `-v` is present and `--iterations` is not present (to avoid a distracting flood of output).

* Even simpler implementation, also handle `pytest-repeat` `--count` while we're at it.