index
:
ben/bitsandbytes.git
main
fork of github.com/TimDettmers/bitsandbytes, trying to package it via nix
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bitsandbytes
/
cuda_setup
Age
Commit message (
Expand
)
Author
2022-10-26
Resolve cases of CUDASetup.get_instance not being called when used
Tom Aarsen
2022-10-25
Added CUDA SETUP instruction generator.
Tim Dettmers
2022-10-24
Isolated CUDASetup logging; all tests green.
Tim Dettmers
2022-10-09
Merge pull request #36 from tomaarsen/hotfix/os_error_name_too_long
Tim Dettmers
2022-09-15
Perform check using implicit list length
Tom Aarsen
2022-09-15
Catch OSError with specific error number
Tom Aarsen
2022-09-15
Prevent OSError when env variables contain long value
Tom Aarsen
2022-09-05
Merge branch 'main' into remove_unused_code
Tim Dettmers
2022-08-24
Replace print_stderr with warnings.warn
Max Ryabinin
2022-08-24
Remove unused code
Max Ryabinin
2022-08-23
Some initial code. Needs to be tested.
Tim Dettmers
2022-08-16
Enhanced error handling in CUDA SETUP failures.
Tim Dettmers
2022-08-09
Added CUDA version warning and fixed cuda_install for 9.2/10.2.
Tim Dettmers
2022-08-05
Added the case that all env variables are empty (CUDA docker).
Tim Dettmers
2022-08-05
Now determining cuda version via libcudart.so call.
Tim Dettmers
2022-08-04
Fixed bugs in cuda setup.
Tim Dettmers
2022-08-02
tentative refactoring of the compute capabilities code
Titus von Koeller
2022-08-02
factored cuda_setup.main out into smaller modules and functions
Titus von Koeller
2022-08-02
move cuda_setup code into subpackage
Titus von Koeller