summaryrefslogtreecommitdiff
path: root/bitsandbytes/cuda_setup/paths.py
AgeCommit message (Collapse)Author
2022-10-26Resolve cases of CUDASetup.get_instance not being called when usedTom Aarsen
2022-10-24Isolated CUDASetup logging; all tests green.Tim Dettmers
2022-09-15Catch OSError with specific error numberTom Aarsen
2022-09-15Prevent OSError when env variables contain long valueTom Aarsen
2022-08-24Replace print_stderr with warnings.warnMax Ryabinin
2022-08-24Remove unused codeMax Ryabinin
2022-08-05Added the case that all env variables are empty (CUDA docker).Tim Dettmers
2022-08-05Now determining cuda version via libcudart.so call.Tim Dettmers
2022-08-02factored cuda_setup.main out into smaller modules and functionsTitus von Koeller