print('Welcome to bitsandbytes. For bug reports, please use this form: https://docs.google.com/forms/d/e/1FAIpQLScPB8emS3Thkp66nvqwmjTEgxp8Y9ufuWTzFyr9kJ5AoI47dQ/viewform?usp=sf_link')
print('='*80)
binary_name="libbitsandbytes_cpu.so"
binary_name="libbitsandbytes_cpu.so"
cudart_path=determine_cuda_runtime_lib_path()
cudart_path=determine_cuda_runtime_lib_path()
ifcudart_pathisNone:
ifcudart_pathisNone:
...
@@ -121,6 +128,7 @@ def evaluate_cuda_setup():
...
@@ -121,6 +128,7 @@ def evaluate_cuda_setup():
print(f"CUDA SETUP: CUDA path found: {cudart_path}")
print(f"CUDA SETUP: CUDA path found: {cudart_path}")
cuda=get_cuda_lib_handle()
cuda=get_cuda_lib_handle()
cc=get_compute_capability(cuda)
cc=get_compute_capability(cuda)
print(f"CUDA SETUP: Highest compute capability among GPUs detected: {cc}")