File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,9 +6,31 @@ CurrentModule = BitPacking
66
77Documentation for [ BitPacking] ( https://github.com/MurrellGroup/BitPacking.jl ) .
88
9- ``` @index
9+ ## Contents
10+
11+ ``` @contents
12+ Pages = ["index.md"]
13+ ```
14+
15+ ## ` bitwidth ` interface for narrow types
16+
17+ ``` @docs
18+ bitwidth
1019```
1120
12- ``` @autodocs
13- Modules = [BitPacking]
21+ ## BitPackedArray
22+
23+ ``` @docs
24+ BitPackedArray
25+ bitpacked
26+ bitunpacked
27+ ```
28+
29+ ## Primitives
30+
31+ ``` @docs
32+ packbits!
33+ packbits
34+ unpackbits!
35+ unpackbits
1436```
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ A wrapper for an array of packed bytes.
5757Use [`bitpacked`](@ref) to create a `BitPackedArray`, and [`bitunpacked`](@ref) to unpack it.
5858
5959!!! warning
60- BitPackedArray has limited indexing support .
60+ Attempting to index into a ` BitPackedArray` on GPUs may lead to scalar indexing errors .
6161"""
6262BitPackedArray
6363
You can’t perform that action at this time.
0 commit comments