Skip to content

Commit 737ffa1

Browse files
committed
Minor cleanups
1 parent d842473 commit 737ffa1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Similar to how [Thrust](https://github.com/thrust/thrust) and [CUB](https://gith
1515

1616
### Major Updates
1717

18+
__01/30/2026__ Removed legacy `static_multimap` implementation and promoted `cuco::experimental::static_multimap` to `cuco::static_multimap`
19+
1820
__10/08/2025__ Changed `cuda_allocator` to stream-ordered, requiring `cuda::stream_ref` parameter in `allocate`/`deallocate`.
1921

2022
__06/04/2025__ Removed CUDA 11 support

tests/static_multimap/heterogeneous_lookup_test.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
// insert key type
3333
template <typename T>
34-
struct __align__(sizeof(T) * 2) key_pair {
34+
struct key_pair {
3535
T a;
3636
T b;
3737

0 commit comments

Comments
 (0)