summaryrefslogtreecommitdiff
path: root/bitsandbytes/cextension.py
AgeCommit message (Expand)Author
2022-08-16Enhanced error handling in CUDA SETUP failures.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
2022-08-01ran black and isort for coherent code formattingTitus von Koeller
2022-07-31Full evaluate_cuda setup with integration test.Tim Dettmers
2022-07-22Most tests passing.Tim Dettmers
2022-07-01Add a CPU-only build optionMax Ryabinin