Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Add #195, #196, and #197 to changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey authored Aug 19, 2021
1 parent b43e087 commit df94c4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/releases/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: `<cuda/std/barrier>` and `<cuda/std/atomic>` 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.
Expand Down

0 comments on commit df94c4f

Please sign in to comment.