We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d842473 commit 737ffa1Copy full SHA for 737ffa1
README.md
@@ -15,6 +15,8 @@ Similar to how [Thrust](https://github.com/thrust/thrust) and [CUB](https://gith
15
16
### Major Updates
17
18
+__01/30/2026__ Removed legacy `static_multimap` implementation and promoted `cuco::experimental::static_multimap` to `cuco::static_multimap`
19
+
20
__10/08/2025__ Changed `cuda_allocator` to stream-ordered, requiring `cuda::stream_ref` parameter in `allocate`/`deallocate`.
21
22
__06/04/2025__ Removed CUDA 11 support
tests/static_multimap/heterogeneous_lookup_test.cu
@@ -31,7 +31,7 @@
31
32
// insert key type
33
template <typename T>
34
-struct __align__(sizeof(T) * 2) key_pair {
+struct key_pair {
35
T a;
36
T b;
37
0 commit comments