Age | Commit message (Expand) | Author |
2022-09-11 | Fixed 2^31 max size issue for cpu blockwise quant. | Tim Dettmers |
2022-09-05 | Merge branch 'main' into remove_unused_code | Tim Dettmers |
2022-08-24 | Remove unused code | Max Ryabinin |
2022-08-23 | Fixed issue where Pascal was not displaying proper error. | Tim Dettmers |
2022-08-23 | Some initial code. Needs to be tested. | Tim Dettmers |
2022-08-16 | Merge branch 'cuda-bin-switch-and-cli' of github.com:TimDettmers/bitsandbytes... | Tim Dettmers |
2022-08-16 | Removed storage() from get_ptr; added boilerplate for bias dequant_mm. | Tim Dettmers |
2022-08-08 | Fixed prod Python < 3.7 compatibility in function.py. | Tim Dettmers |
2022-08-04 | Merge branch 'debug' into cuda-bin-switch-and-cli | Tim Dettmers |
2022-08-04 | Added pre/post device call for extract outliers. | Tim Dettmers |
2022-08-04 | Merge branch 'extract_outliers' into debug | Tim Dettmers |
2022-08-04 | Added pre and post device call to transform. | Tim Dettmers |
2022-08-03 | Removed print statement. | Tim Dettmers |
2022-08-03 | Added fixes for the case that matmullt dim A is zero, e.g. [0, 768]. | Tim Dettmers |
2022-08-03 | Added CUDA block assert and is_on_gpu check. | Tim Dettmers |
2022-08-01 | reran black with linelength 80 for greater readability | Titus von Koeller |
2022-08-01 | ran black and isort for coherent code formatting | Titus von Koeller |
2022-07-26 | Merge branch 'patch_merge' into extract_outliers | Tim Dettmers |
2022-07-26 | Boilerplate and test for extract_outliers. | Tim Dettmers |
2022-07-25 | Removed rowscale (segfaults on ampere). | Tim Dettmers |
2022-07-22 | Most tests passing. | Tim Dettmers |
2022-07-01 | Fix imports | Max Ryabinin |
2022-07-01 | Add a CPU-only build option | Max Ryabinin |
2022-06-30 | Remove unused imports, fix NotImplementedError | Max Ryabinin |
2021-11-10 | Added adagrad with tests (no clipping). | Tim Dettmers |
2021-10-20 | Added skip_zeros; tests are passing. | Tim Dettmers |
2021-10-20 | Initial plumbing for skip_zeros. | Tim Dettmers |
2021-10-05 | Initial commit | Tim Dettmers |