bitsandbytes-rocm/bitsandbytes/cuda_setup
Tom Aarsen 0b078403ee Simplify statements into equivalent, modern variants
via pyupgrade --py37-plus. The changes e.g. are subclassing from object, calling super() with super(ThisClass, self), or old-style syntax formatting.
2022-10-27 13:14:13 +02:00
..
__init__.py Fixed bugs in cuda setup. 2022-08-04 09:16:00 -07:00
env_vars.py factored cuda_setup.main out into smaller modules and functions 2022-08-02 21:26:50 -07:00
main.py Simplify statements into equivalent, modern variants 2022-10-27 13:14:13 +02:00
paths.py Isolated CUDASetup logging; all tests green. 2022-10-24 11:54:25 -07:00