Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding cpu ci for conda build #482

Merged
merged 4 commits into from
Feb 2, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updates
  • Loading branch information
cjnolet committed Feb 2, 2022
commit 6e0628e3dbd602164bffddec408734ffc8d079db
6 changes: 3 additions & 3 deletions ci/cpu/build.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ conda config --set ssl_verify False
# cpu vs. gpu builds that is problematic with CUDA 11.5 Enhanced Compat.
if [ "$BUILD_LIBRAFT" == '1' ]; then
BUILD_PYRAFT=1
# If we are doing CUDA + Python builds, libcugraph package is located at ${CONDA_BLD_DIR}
# If we are doing CUDA + Python builds, libraft package is located at ${CONDA_BLD_DIR}
CONDA_LOCAL_CHANNEL="${CONDA_BLD_DIR}"
else
# If we are doing Python builds only, libcugraph package is placed here by Project Flash
# If we are doing Python builds only, libraft package is placed here by Project Flash
CONDA_LOCAL_CHANNEL="ci/artifacts/raft/cpu/.conda-bld/"
fi

Expand All @@ -100,7 +100,7 @@ else
gpuci_logger "SKIPPING build of conda packages for libraft-nn, libraft-distance and libraft-headers"
fi

if [ "$BUILD_CUGRAPH" == "1" ]; then
if [ "$BUILD_raft" == "1" ]; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be BUILD_RAFT

gpuci_logger "Building conda packages for pyraft"
if [[ -z "$PROJECT_FLASH" || "$PROJECT_FLASH" == "0" ]]; then
gpuci_conda_retry build --no-build-id --croot ${CONDA_BLD_DIR} conda/recipes/pyraft --python=$PYTHON
Expand Down
Empty file modified ci/cpu/prebuild.sh
100644 → 100755
Empty file.
Empty file modified ci/cpu/upload.sh
100644 → 100755
Empty file.