Skip to content

Commit

Permalink
Typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
miscco committed Aug 28, 2024
1 parent 2af243f commit 3e6b83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/thrust/cmake_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Generic CMake Options
large inputs and optimal performance at the cost of increased compile time and binary size
- ``Force32bit`` forces Thrust to use a 32bit offset type. This improves compile time and
binary size but limits the input size.
- ``Force32bit`` forces Thrust to use a 64bit offset type. This improves compile time and
- ``Force64bit`` forces Thrust to use a 64bit offset type. This improves compile time and
binary size and allow large input sizes. However, it might degrade runtime performance

Single Config CMake Options
Expand Down

0 comments on commit 3e6b83b

Please sign in to comment.