summaryrefslogtreecommitdiff
path: root/bitsandbytes/functional.py
AgeCommit message (Collapse)Author
2022-08-23Some initial code. Needs to be tested.Tim Dettmers
2022-08-16Merge branch 'cuda-bin-switch-and-cli' of ↵Tim Dettmers
github.com:TimDettmers/bitsandbytes into cuda-bin-switch-and-cli
2022-08-16Removed storage() from get_ptr; added boilerplate for bias dequant_mm.Tim Dettmers
2022-08-08Fixed prod Python < 3.7 compatibility in function.py.Tim Dettmers
2022-08-04Merge branch 'debug' into cuda-bin-switch-and-cliTim Dettmers
2022-08-04Added pre/post device call for extract outliers.Tim Dettmers
2022-08-04Merge branch 'extract_outliers' into debugTim Dettmers
2022-08-04Added pre and post device call to transform.Tim Dettmers
2022-08-03Removed print statement.Tim Dettmers
2022-08-03Added fixes for the case that matmullt dim A is zero, e.g. [0, 768].Tim Dettmers
2022-08-03Added CUDA block assert and is_on_gpu check.Tim Dettmers
2022-08-01reran black with linelength 80 for greater readabilityTitus von Koeller
2022-08-01ran black and isort for coherent code formattingTitus von Koeller
2022-07-26Merge branch 'patch_merge' into extract_outliersTim Dettmers
2022-07-26Boilerplate and test for extract_outliers.Tim Dettmers
2022-07-25Removed rowscale (segfaults on ampere).Tim Dettmers
2022-07-22Most tests passing.Tim Dettmers
2022-07-01Fix importsMax Ryabinin
2022-07-01Add a CPU-only build optionMax Ryabinin
2022-06-30Remove unused imports, fix NotImplementedErrorMax Ryabinin
2021-11-10Added adagrad with tests (no clipping).Tim Dettmers
2021-10-20Added skip_zeros; tests are passing.Tim Dettmers
2021-10-20Initial plumbing for skip_zeros.Tim Dettmers
2021-10-05Initial commitTim Dettmers