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: microsoft/VPTQ
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.5
Choose a base ref
...
head repository: microsoft/VPTQ
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.5post1
Choose a head ref
  • 6 commits
  • 17 files changed
  • 3 contributors

Commits on Jan 18, 2025

  1. Update README.md (#167)

    update readme with the latest hf transformers
    YangWang92 authored Jan 18, 2025
    Configuration menu
    Copy the full SHA
    86685d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2025

  1. refactor (csrc): Restructure C++ code organization to facilitate addi…

    …ng new kernels (#169)
    
    This PR does not change any logic or functionality in the main branch.
    It restructures the existing C++ code organization to facilitate the
    addition of new kernels in subsequent PRs.
    
    In general, each customized CUDA kernel involves modifying the following
    three files at the backend:
    
    1. Registering Python bindings and adding declarations in `ops.cc`.
    1. Placing the host's kernel launch function in `x.cc`, where `x` is the
    operator's name.
    1. Implementing CUDA kernels in `x.cuh`.
    lcy-seso authored Jan 20, 2025
    Configuration menu
    Copy the full SHA
    676964f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Configuration menu
    Copy the full SHA
    728f537 View commit details
    Browse the repository at this point in the history
  2. fix bug on logger res_index (#178)

    check res_index before print it.
    YangWang92 authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    bdb9cec View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Update README.md (#179)

    YangWang92 authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    0f153b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. add index bitwidth=10 (#181)

    add index bitwidth=10
    YangWang92 authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    584bb75 View commit details
    Browse the repository at this point in the history
Loading