From e229fbce66adde7c2a6bc58cbe7d57c1f4a0ba02 Mon Sep 17 00:00:00 2001 From: Tim Dettmers Date: Sun, 16 Jul 2023 21:23:57 -0700 Subject: [PATCH] Added latest changes. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bfc6ce..ee4da2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -282,3 +282,4 @@ Bug fixes: - Fixed a but where a non-existent LD_LIBRARY_PATH variable led to a failure in python -m bitsandbytes #588 - Removed outdated get_cuda_lib_handle calls that lead to errors. #595 Thank you @ihsanturk - Fixed bug where read-permission was assumed for a file. #497 + - Fixed a bug where prefetchAsync lead to errors on GPUs that do not support unified memory but not prefetching (Maxwell, SM52). #470 #451 #453 #477 Thank you @jllllll and @stoperro