Skip to content

Commit

Permalink
revert whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 23, 2024
1 parent 3aa9572 commit 9537bbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/build_wheel_cugraph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export PIP_NO_BUILD_ISOLATION=0

PARALLEL_LEVEL=$(python -c \
"from math import ceil; from multiprocessing import cpu_count; print(ceil(cpu_count()/4))")

case "${RAPIDS_CUDA_VERSION}" in
12.*)
EXTRA_CMAKE_ARGS=";-DUSE_CUDA_MATH_WHEELS=ON"
Expand Down

0 comments on commit 9537bbf

Please sign in to comment.