Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Similar to how [Thrust](https://github.com/thrust/thrust) and [CUB](https://gith

### Major Updates

__02/06/2026__ Removed legacy `static_map` implementation from `cuco::legacy` namespace

__02/03/2026__ Modernized `dynamic_map`: promoted `cuco::experimental::dynamic_map` to `cuco::dynamic_map` and removed the legacy implementation

__01/30/2026__ Removed legacy `static_multimap` implementation and promoted `cuco::experimental::static_multimap` to `cuco::static_multimap`
Expand All @@ -25,8 +27,6 @@ __06/04/2025__ Removed CUDA 11 support

__11/01/2024__ Refined the term `window` as `bucket`

__01/02/2024__ Moved the legacy `static_map` to `cuco::legacy` namespace


## Getting cuCollections

Expand Down
889 changes: 0 additions & 889 deletions include/cuco/detail/static_map.inl

This file was deleted.

Loading
Loading