We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1320b2a commit 3d295edCopy full SHA for 3d295ed
examples/static_map/custom_type_example.cu
@@ -75,6 +75,7 @@ int main(void)
75
[] __device__(auto i) { return cuco::pair{custom_key_type{i}, custom_value_type{i}}; }));
76
77
// Construct a map with 100,000 slots using the given empty key/value sentinels. Note the
78
+ //
79
// capacity is chosen knowing we will insert 80,000 keys, for an load factor of 80%.
80
auto map = cuco::static_map{cuco::extent<std::size_t, 100'000>{},
81
cuco::empty_key{empty_key_sentinel},
0 commit comments