Skip to content

Commit

Permalink
Merge pull request #625 from raydouglass/flash-use-artifact
Browse files Browse the repository at this point in the history
Prefer artifact of librmm during conda build of rmm
  • Loading branch information
raydouglass authored Nov 9, 2020
2 parents 6db29e7 + 6c0db88 commit 14e1446
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- PR #592 Add `auto_flush` to `make_logging_adaptor`
- PR #602 Fix `device_scalar` and its tests so that they use the correct CUDA stream
- PR #621 Make `rmm::cuda_stream_default` a `constexpr`
- PR #625 Use `librmm` conda artifact when building `rmm` conda package

# RMM 0.16.0 (21 Oct 2020)

Expand Down
3 changes: 2 additions & 1 deletion ci/cpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ if [[ "$BUILD_RMM" == "1" ]]; then
if [[ -z "$PROJECT_FLASH" || "$PROJECT_FLASH" == "0" ]]; then
conda build conda/recipes/rmm --python=$PYTHON
else
conda build --dirty --no-remove-work-dir conda/recipes/rmm
conda build --dirty --no-remove-work-dir \
-c $WORKSPACE/ci/artifacts/rmm/cpu/conda-bld/ conda/recipes/rmm
fi
fi

Expand Down

0 comments on commit 14e1446

Please sign in to comment.