diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2022-10-27 08:54:30 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2022-10-27 08:54:30 -0700 |
commit | 4844aef4ff51b433d549a9acc49b11a925b6f4fe (patch) | |
tree | 59c02ce469903fccd11472c82598669df0dd70ae /CHANGELOG.md | |
parent | 96ab2af1efb4d2f84e5292fd6bcdb37d6ee654e7 (diff) |
Fixing bad error when GPU was not detected for #73.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa7231..ce96760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -144,3 +144,8 @@ Bug fixes: Bug fixes: - Fixed a bug where the CUDA setup failed due to a wrong function call. + +### 0.35.3 + +Bug fixes: + - Fixed a bug in the CUDA Setup which led to an incomprehensible error if no GPU was detected. |