summaryrefslogtreecommitdiff
path: root/bitsandbytes/cextension.py
AgeCommit message (Collapse)Author
2022-11-06Added blocksizes 2048, 1024, and 512 to blockwise quant.Tim Dettmers
2022-10-31Fixed CUDA setup bugs, including #81.Tim Dettmers
2022-10-25Added CUDA SETUP instruction generator.Tim Dettmers
2022-10-24Isolated CUDASetup logging; all tests green.Tim Dettmers
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