summaryrefslogtreecommitdiff
path: root/bitsandbytes/cuda_setup/main.py
AgeCommit message (Collapse)Author
2022-10-25Added CUDA SETUP instruction generator.Tim Dettmers
2022-10-24Isolated CUDASetup logging; all tests green.Tim Dettmers
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-05Merge branch 'main' into remove_unused_codeTim Dettmers
2022-08-24Remove unused codeMax Ryabinin
2022-08-23Some initial code. Needs to be tested.Tim Dettmers
2022-08-16Enhanced error handling in CUDA SETUP failures.Tim Dettmers
2022-08-09Added CUDA version warning and fixed cuda_install for 9.2/10.2.Tim Dettmers
2022-08-05Now determining cuda version via libcudart.so call.Tim Dettmers
2022-08-04Fixed bugs in cuda setup.Tim Dettmers
2022-08-02factored cuda_setup.main out into smaller modules and functionsTitus von Koeller
2022-08-02move cuda_setup code into subpackageTitus von Koeller