summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Dettmers <dettmers@g3030.hyak.local>2021-10-21 17:26:18 -0700
committerTim Dettmers <dettmers@g3030.hyak.local>2021-10-21 17:26:18 -0700
commit3dc1688acb2a97eddf663b443bff87281f2da8d4 (patch)
tree06fb42d84a10cd32716a659e35eb7870ccaa7143
parent0fb378b4eed1fffc61b71439a5d5b11ad8335dd0 (diff)
Updated docs and changelog.
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 01fb3af..683f437 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,8 +29,12 @@ Features:
- Added `skip_zeros` for block-wise and 32-bit optimizers. This ensures correct updates for sparse gradients and sparse models.
- Added support for Kepler GPUs. (#4)
- Added Analysis Adam to track 8-bit vs 32-bit quantization errors over time.
+ - Make compilation more user friendly.
Bug fixes:
- fixed "undefined symbol: \_\_fatbinwrap_38" error for P100 GPUs on CUDA 10.1 (#5)
+Docs:
+ - Added docs with instructions to compile from source.
+