summaryrefslogtreecommitdiff
path: root/bitsandbytes
AgeCommit message (Collapse)Author
2022-10-27Fixing bad error when GPU was not detected for #73.Tim Dettmers
2022-10-26Replace seemingly incorrect use of CUDA_RUNTIME_LIBTom Aarsen
2022-10-26Resolve cases of CUDASetup.get_instance not being called when usedTom Aarsen
2022-10-25Added CUDA SETUP instruction generator.Tim Dettmers
2022-10-24Isolated CUDASetup logging; all tests green.Tim Dettmers
2022-10-09Merge pull request #36 from tomaarsen/hotfix/os_error_name_too_longTim Dettmers
Fixes `OSError: File name too long` when environment variable is too long
2022-10-09Merge pull request #37 from tomaarsen/hotfix/colab_just_cpuTim Dettmers
Perform check using implicit list length
2022-09-20reviewTim Dettmers
2022-09-18debugjustheuristic
2022-09-18debugjustheuristic
2022-09-18debugprintjustheuristic
2022-09-18debugpritnjustheuristic
2022-09-18add memory efficient backwardjustheuristic
2022-09-18reduce diffjustheuristic
2022-09-18rollbackjustheuristic
2022-09-18addmm_justheuristic
2022-09-18cast edge casejustheuristic
2022-09-18cast edge casejustheuristic
2022-09-18cast properlyjustheuristic
2022-09-18cast properlyjustheuristic
2022-09-18cast properlyjustheuristic
2022-09-18debug assetjustheuristic
2022-09-18matmul -1- addmmjustheuristic
2022-09-18safer castjustheuristic
2022-09-18change typecast behaviorjustheuristic
2022-09-18change typecast behaviorjustheuristic
2022-09-18change typecast behaviorjustheuristic
2022-09-18change typecast behaviorjustheuristic
2022-09-18change typecast behaviorjustheuristic
2022-09-18debug assertjustheuristic
2022-09-18debug assertjustheuristic
2022-09-17change orderjustheuristic
2022-09-17change orderjustheuristic
2022-09-17un-fuse biasjustheuristic
2022-09-17un-fuse biasjustheuristic
2022-09-17un-fuse biasjustheuristic
2022-09-17cast bias toojustheuristic
2022-09-17recast to fp16justheuristic
2022-09-17clearer assertionsjustheuristic
2022-09-17some kind of warning or something when this is first executed to make people ↵justheuristic
aware that a cast happens and the operation quantization is performed in fp16.
2022-09-17Merge branch 'TimDettmers:main' into memory-efficient-backwardjustheuristic
2022-09-15Perform check using implicit list lengthTom Aarsen
Instead of 'ccs is not None', as ccs is always a list, so this if is currently always True
2022-09-15Catch OSError with specific error numberTom Aarsen
2022-09-15Prevent OSError when env variables contain long valueTom Aarsen
2022-09-11Merge branch 'main' of github.com:TimDettmers/bitsandbytes into mainTim Dettmers
2022-09-11Fixed 2^31 max size issue for cpu blockwise quant.Tim Dettmers
2022-09-11bug fixdbaranchuk
2022-09-11refactoringdbaranchuk
2022-09-11refactoringdbaranchuk
2022-09-11clarified an exception messagedbaranchuk