Skip to content

Commit

Permalink
Only use 32 bit definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Dec 8, 2024
1 parent c6041b3 commit 3ae6834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ endif()
# Remove this after upgrading to a CCCL that has a proper CMake option. See
# https://github.com/NVIDIA/cccl/pull/2844
target_compile_definitions(
cudf PRIVATE THRUST_FORCE_64_BIT_OFFSET_TYPE=0 THRUST_FORCE_32_BIT_OFFSET_TYPE=1
cudf PRIVATE THRUST_FORCE_32_BIT_OFFSET_TYPE=1
)

# Compile stringified JIT sources first
Expand Down

0 comments on commit 3ae6834

Please sign in to comment.