-
Notifications
You must be signed in to change notification settings - Fork 540
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'branch-21.08' of https://github.com/rapidsai/cuml into …
…interface
- Loading branch information
Showing
202 changed files
with
14,215 additions
and
4,102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,9 +53,9 @@ gpuci_conda_retry install -c conda-forge -c rapidsai -c rapidsai-nightly -c nvid | |
"libcumlprims=${MINOR_VERSION}" \ | ||
"dask-cudf=${MINOR_VERSION}" \ | ||
"dask-cuda=${MINOR_VERSION}" \ | ||
"ucx-py=${MINOR_VERSION}" \ | ||
"ucx-py=0.20.*" \ | ||
"ucx-proc=*=gpu" \ | ||
"xgboost=1.4.0dev.rapidsai${MINOR_VERSION}" \ | ||
"xgboost=1.4.2dev.rapidsai${MINOR_VERSION}" \ | ||
"rapids-build-env=${MINOR_VERSION}.*" \ | ||
"rapids-notebook-env=${MINOR_VERSION}.*" \ | ||
"rapids-doc-env=${MINOR_VERSION}.*" \ | ||
|
@@ -71,12 +71,6 @@ if [ "$py_ver" == "3.6" ];then | |
conda install contextvars | ||
fi | ||
|
||
gpuci_logger "Install the main version of dask and distributed" | ||
set -x | ||
pip install "git+https://github.com/dask/distributed.git@main" --upgrade --no-deps | ||
pip install "git+https://github.com/dask/dask.git@main" --upgrade --no-deps | ||
set +x | ||
|
||
gpuci_logger "Check compiler versions" | ||
python --version | ||
$CC --version | ||
|
@@ -126,6 +120,12 @@ if [[ -z "$PROJECT_FLASH" || "$PROJECT_FLASH" == "0" ]]; then | |
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH_CACHED | ||
export LD_LIBRARY_PATH_CACHED="" | ||
|
||
gpuci_logger "Install the main version of dask and distributed" | ||
set -x | ||
pip install "git+https://github.com/dask/[email protected]" --upgrade --no-deps | ||
pip install "git+https://github.com/dask/[email protected]" --upgrade --no-deps | ||
set +x | ||
|
||
gpuci_logger "Python pytest for cuml" | ||
cd $WORKSPACE/python | ||
|
||
|
@@ -193,6 +193,12 @@ else | |
gpuci_logger "Installing $CONDA_FILE" | ||
conda install -c ${CONDA_ARTIFACT_PATH} "$CONDA_FILE" | ||
|
||
gpuci_logger "Install the main version of dask and distributed" | ||
set -x | ||
pip install "git+https://github.com/dask/[email protected]" --upgrade --no-deps | ||
pip install "git+https://github.com/dask/[email protected]" --upgrade --no-deps | ||
set +x | ||
|
||
gpuci_logger "Building cuml" | ||
"$WORKSPACE/build.sh" -v cuml --codecov | ||
|
||
|
Oops, something went wrong.