diff --git a/docs/releases/changelog.md b/docs/releases/changelog.md index 0a2c7afef7..4f65b02b91 100644 --- a/docs/releases/changelog.md +++ b/docs/releases/changelog.md @@ -24,6 +24,9 @@ Included in: CUDA Toolkit 11.5. ### Issues Fixed +- #197: Rework `cuda::atomic::fetch_max/min` so that it is RMW and actually works. +- #196: Fix missing path host atomic path for NVC++. +- #195: Fix missing `inline` specifier on internal atomic functions. - #194: `` and `` failed to compile with NVRTC. - #179: Refactors the atomic layer to allow for layering the host device/host abstractions. - #189: Changed pragmas for silencing chrono long double warnings.