cuda-pathfinder 1.8.1 Release notes#
Highlights#
Add
ptxastoSUPPORTED_BINARY_UTILITIES. Thefind_nvidia_binary_utility()function can now locate it on Linux and Windows through the existing NVIDIA wheel, Conda, and CUDA Toolkit search pipeline. NVIDIA wheel discovery prefers the CUDA 13nvidia/cu13/binlayout while retaining the legacynvidia/cuda_nvcc/binfallback. (PR #2741)
Bugfixes#
Find
cuobjdumpin the CUDA 13nvidia/cu13/binNVIDIA wheel layout while retaining discovery from the legacynvidia/cuda_nvcc/binlayout. (PR #2739)
Internal maintenance#
Add
pytest-run-parallel>=0.4.1to the normal test dependencies so the existingthread_unsafemarker andthread_unsafe_fixturesconfiguration option are registered in standard test environments. This is test-only and does not add a runtime dependency. (PR #2741)