From b0f39da069bcda4de0e867415f50d72a715e128d Mon Sep 17 00:00:00 2001 From: Yunsong Wang Date: Tue, 2 Jan 2024 14:03:29 -0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f9d5d885e..d44bcd6b2 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ Similar to how [Thrust](https://github.com/thrust/thrust) and [CUB](https://gith `cuCollections` is still under heavy development. Users should expect breaking changes and refactoring to be common. +### Major Updates +__01/02/2024__ The legacy `static_map` is moved to `cuco::legacy` namespace. + ## Getting cuCollections `cuCollections` is header only and can be incorporated manually into your project by downloading the headers and placing them into your source tree.