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: bitsandbytes-foundation/bitsandbytes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.45.0
Choose a base ref
...
head repository: bitsandbytes-foundation/bitsandbytes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.45.1
Choose a head ref
  • 12 commits
  • 19 files changed
  • 8 contributors

Commits on Dec 10, 2024

  1. Configuration menu
    Copy the full SHA
    55016da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf58ad1 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

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

Commits on Dec 17, 2024

  1. Remove triton.ops, copy necessary bits here (#1413)

    * Remove triton.ops, copy necessary bits here
    
    Summary: Triton upstream removed `triton.ops` and moved it to a
    semi-unmaintained `kernels` repo.  Since all that's needed here is the perf
    model, just add those bits here.
    
    * Add source reference/license comment
    bertmaher authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    032beb9 View commit details
    Browse the repository at this point in the history
  2. chore: migrate config files to pyproject.toml (#1373)

    * chore: move configs to pyproject.toml
    
    * fix: drop file from CI workflow
    
    * feat: reorder pytest markers
    
    * chore: retain comments
    
    * chore(build): migrate build data to pyproject
    
    Co-authored-by: Matthew Douglas <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: Aarni Koskela <[email protected]>
    
    * chore: move configs to pyproject.toml
    
    * Apply suggestions from code review
    
    Co-authored-by: Aarni Koskela <[email protected]>
    
    * bump ruff
    
    ---------
    
    Co-authored-by: Matthew Douglas <[email protected]>
    Co-authored-by: Aarni Koskela <[email protected]>
    3 people authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    5b01589 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2025

  1. cleanup: remove unused kernels/C++ code (#1458)

    * (chore) Remove unused dotfiles
    
    * cleanup: remove unused kernels/C++ code
    matthewdouglas authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    5892223 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcc052f View commit details
    Browse the repository at this point in the history
  3. doc updates (#1471)

    Co-authored-by: Titus <[email protected]>
    blbadger and Titus-von-Koeller authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    a9cfd1b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. Initial support blackwell (#1481)

    * initial support blackwell
    
    * Update CHANGELOG.md
    
    Co-authored-by: Matthew Douglas <[email protected]>
    
    * Update CMakeLists.txt
    
    * Update CHANGELOG.md
    
    * fix build-cuda.sh
    
    * fix build-cuda.sh
    
    * fix cuda 12.7 build-cuda.sh
    
    * Update build-cuda.sh
    
    * Update cuda from 12.6.2 to 12.6.3
    
    * Update .github/workflows/python-package.yml
    
    Co-authored-by: Matthew Douglas <[email protected]>
    
    * Update install_cuda.py
    
    Co-authored-by: Matthew Douglas <[email protected]>
    
    * Update install_cuda.sh
    
    Co-authored-by: Matthew Douglas <[email protected]>
    
    * Update .github/scripts/build-cuda.sh
    
    * Update install_cuda.sh
    
    ---------
    
    Co-authored-by: Matthew Douglas <[email protected]>
    johnnynunez and matthewdouglas authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    db90eff View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Configuration menu
    Copy the full SHA
    b417277 View commit details
    Browse the repository at this point in the history
  2. Exclude tests from distribution (#1486)

    * Exclude tests from distribution
    
    Fixes #1478
    
    * Update pyproject.toml
    
    * Update pyproject.toml
    
    ---------
    
    Co-authored-by: Matthew Douglas <[email protected]>
    akx and matthewdouglas authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    d6781bc View commit details
    Browse the repository at this point in the history
  3. Release v0.45.1

    matthewdouglas committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    8cd7793 View commit details
    Browse the repository at this point in the history
Loading