Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cpcloud/cuda-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: NVIDIA/cuda-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 18 files changed
  • 3 contributors

Commits on Dec 19, 2025

  1. Use setuptools-scm to determine versions (NVIDIA#1411)

    * Use setuptools-scm to determine versions
    
    * Sort commits
    
    * Revert the version changes to cuda_python_test_helpers
    
    Fancy auto versioning isn't really compatible with the "use without installing" model for this package
    
    * Don't include release candidate / alpha / beta suffixes in the versioning of the subpackages.
    
    * Remove the "bump the version" step
    
    * Search for cuda_bindings wheel locally
    
    * Try a different --find-links directory
    
    * Get more info
    
    * Fix cuda_python version specifier
    
    * Fix pathfinder install
    
    * Revert some changes in the Linux wheel, add comments
    
    * Simplify import
    mdboom authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    da7eb1f View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Adds defensive code in device _get_attribute to gracefully handle que…

    …ries against older drivers. (NVIDIA#1409)
    Andy-Jost authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    9e9b4c8 View commit details
    Browse the repository at this point in the history
  2. Fix NVIDIA#1417: Fix test for Numpy 2.4.0 (NVIDIA#1418)

    * Fix NVIDIA#1417: Fix test for Numpy 2.4.0
    
    * Slightly improve logic
    mdboom authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    46470ca View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. Configuration menu
    Copy the full SHA
    c11a267 View commit details
    Browse the repository at this point in the history
Loading