Skip to content

Commit

Permalink
do not artificially restrict PARALLEL_LEVEL for libcugraph builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 17, 2025
1 parent abd6f18 commit ba73e56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ jobs:
sha: ${{ inputs.sha }}
date: ${{ inputs.date }}
package-name: cugraph
package-type: cpp
package-type: python
5 changes: 0 additions & 5 deletions ci/build_wheel_libcugraph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,5 @@ export PIP_NO_BUILD_ISOLATION=0

RAPIDS_PY_CUDA_SUFFIX="$(rapids-wheel-ctk-name-gen ${RAPIDS_CUDA_VERSION})"

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

export SKBUILD_BUILD_TOOL_ARGS="-j${PARALLEL_LEVEL};-l${PARALLEL_LEVEL}"

./ci/build_wheel.sh libcugraph ${package_dir} cpp
./ci/validate_wheel.sh ${package_dir} final_dist

0 comments on commit ba73e56

Please sign in to comment.