From df94c4f35ca8f6a0d836350b2583621630ee1322 Mon Sep 17 00:00:00 2001 From: Wesley Maxey <71408887+wmaxey@users.noreply.github.com> Date: Thu, 19 Aug 2021 14:07:20 -0700 Subject: [PATCH] Add #195, #196, and #197 to changelog. --- docs/releases/changelog.md | 3 +++ 1 file changed, 3 insertions(+) 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.