Skip to content

Commit

Permalink
rephrases documentation on in-reg array
Browse files Browse the repository at this point in the history
  • Loading branch information
elstehle committed Jul 16, 2022
1 parent bea2a02 commit 8a184e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/io/fst/in_reg_array.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class MultiFragmentInRegArray {
static constexpr uint32_t BITS_PER_FRAG_ITEM =
0x01U << (cub::Log2<(AVAIL_BITS_PER_FRAG_ITEM + 1)>::VALUE - 1);

// Number of fragments required to store and to reconstruct each item
// The total number of fragments required to store all the items
static constexpr uint32_t FRAGMENTS_PER_ITEM =
(MIN_BITS_PER_ITEM + BITS_PER_FRAG_ITEM - 1) / BITS_PER_FRAG_ITEM;

Expand Down

0 comments on commit 8a184e9

Please sign in to comment.