diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2022-10-31 18:04:49 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2022-10-31 18:04:49 -0700 |
commit | 8d87c0b85214c07756b5dcdb09ceb26b0bb1cb7a (patch) | |
tree | 197e95b4fa2bcd59300c60402e6f4568608f8484 /CHANGELOG.md | |
parent | 4844aef4ff51b433d549a9acc49b11a925b6f4fe (diff) |
Fixed CUDA setup bugs, including #81.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ce96760..7950044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -149,3 +149,9 @@ Bug fixes: Bug fixes: - Fixed a bug in the CUDA Setup which led to an incomprehensible error if no GPU was detected. + +### 0.35.4 + +Bug fixes: + - Fixed a bug in the CUDA Setup failed with the cuda runtime was found, but not the cuda library. + - Fixed a bug where not finding the cuda runtime led to an incomprehensible error. |