Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Dec 6, 2023
1 parent f27f088 commit 5b965fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/static_map/unique_sequence_test.cu
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ TEMPLATE_TEST_CASE_SIG(
constexpr size_type gold_capacity = CGSize == 1 ? 422 // 211 x 1 x 2
: 412; // 103 x 2 x 2

// XXX: test static extent on purpose, DO NOT CHANGE
// XXX: testing static extent is intended, DO NOT CHANGE
using extent_type = cuco::experimental::extent<size_type, num_keys>;
using probe =
std::conditional_t<Probe == cuco::test::probe_sequence::linear_probing,
Expand Down

0 comments on commit 5b965fe

Please sign in to comment.