Skip to content

Commit

Permalink
Updates to fix cuml build (rapidsai#4928)
Browse files Browse the repository at this point in the history
Authors:
  - Corey J. Nolet (https://github.com/cjnolet)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)
  - Ray Douglass (https://github.com/raydouglass)

URL: rapidsai#4928
  • Loading branch information
cjnolet authored Oct 14, 2022
1 parent eeb4d7c commit 9a2e14c
Show file tree
Hide file tree
Showing 21 changed files with 14 additions and 1,002 deletions.
2 changes: 1 addition & 1 deletion ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ gpuci_mamba_retry install -c conda-forge -c rapidsai -c rapidsai-nightly -c nvid
"dask-cuda=${MINOR_VERSION}" \
"ucx-py=${UCX_PY_VERSION}" \
"ucx-proc=*=gpu" \
"xgboost=1.6.0dev.rapidsai${MINOR_VERSION}" \
"xgboost=1.6.2dev.rapidsai${MINOR_VERSION}" \
"rapids-build-env=${MINOR_VERSION}.*" \
"rapids-notebook-env=${MINOR_VERSION}.*" \
"shap>=0.37,<=0.39"
Expand Down
3 changes: 2 additions & 1 deletion ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ for FILE in conda/environments/*.yml; do
sed_runner "s/libraft-headers=${CURRENT_SHORT_TAG}/libraft-headers=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/libraft-distance=${CURRENT_SHORT_TAG}/libraft-distance=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/libraft-nn=${CURRENT_SHORT_TAG}/libraft-nn=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/pyraft=${CURRENT_SHORT_TAG}/pyraft=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/raft-dask=${CURRENT_SHORT_TAG}/raft-dask=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/pylibraft=${CURRENT_SHORT_TAG}/pylibraft=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/rapids-build-env=${CURRENT_SHORT_TAG}/rapids-build-env=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/rapids-notebook-env=${CURRENT_SHORT_TAG}/rapids-notebook-env=${NEXT_SHORT_TAG}/g" ${FILE};
sed_runner "s/rapids-doc-env=${CURRENT_SHORT_TAG}/rapids-doc-env=${NEXT_SHORT_TAG}/g" ${FILE};
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cuml_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies:
- libraft-headers=22.12.*
- libraft-distance=22.12.*
- libraft-nn=22.12.*
- raft-dask=22.10.*
- pylibraft=22.10.*
- raft-dask=22.12.*
- pylibraft=22.12.*
- dask-cudf=22.12.*
- dask-cuda=22.12.*
- ucx>=1.13.0
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cuml_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies:
- libraft-headers=22.12.*
- libraft-distance=22.12.*
- libraft-nn=22.12.*
- raft-dask=22.10.*
- pylibraft=22.10.*
- raft-dask=22.12.*
- pylibraft=22.12.*
- dask-cudf=22.12.*
- dask-cuda=22.12.*
- ucx>=1.13.0
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cuml_dev_cuda11.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies:
- libraft-headers=22.12.*
- libraft-distance=22.12.*
- libraft-nn=22.12.*
- raft-dask=22.10.*
- pylibraft=22.10.*
- raft-dask=22.12.*
- pylibraft=22.12.*
- dask-cudf=22.12.*
- dask-cuda=22.12.*
- ucx>=1.13.0
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/cuml_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencies:
- libraft-headers=22.12.*
- libraft-distance=22.12.*
- libraft-nn=22.12.*
- raft-dask=22.10.*
- pylibraft=22.10.*
- raft-dask=22.12.*
- pylibraft=22.12.*
- dask-cudf=22.12.*
- dask-cuda=22.12.*
- ucx>=1.13.0
Expand Down
14 changes: 1 addition & 13 deletions cpp/bench/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,20 +74,8 @@ endif()
if(BUILD_CUML_PRIMS_BENCH)
# (please keep the filenames in alphabetical order)
add_executable(${PRIMS_BENCH_TARGET}
prims/add.cu
prims/distance_cosine.cu
prims/distance_exp_l2.cu
prims/distance_l1.cu
prims/distance_unexp_l2.cu
prims/fused_l2_nn.cu
prims/gram_matrix.cu
prims/main.cpp
prims/make_blobs.cu
prims/map_then_reduce.cu
prims/matrix_vector_op.cu
prims/permute.cu
prims/reduce.cu
prims/rng.cu)
prims/main.cpp)

target_compile_options(${PRIMS_BENCH_TARGET}
PRIVATE "$<$<COMPILE_LANGUAGE:CXX>:${CUML_CXX_FLAGS}>"
Expand Down
69 changes: 0 additions & 69 deletions cpp/bench/prims/add.cu

This file was deleted.

109 changes: 0 additions & 109 deletions cpp/bench/prims/distance_common.cuh

This file was deleted.

27 changes: 0 additions & 27 deletions cpp/bench/prims/distance_cosine.cu

This file was deleted.

28 changes: 0 additions & 28 deletions cpp/bench/prims/distance_exp_l2.cu

This file was deleted.

27 changes: 0 additions & 27 deletions cpp/bench/prims/distance_l1.cu

This file was deleted.

28 changes: 0 additions & 28 deletions cpp/bench/prims/distance_unexp_l2.cu

This file was deleted.

Loading

0 comments on commit 9a2e14c

Please sign in to comment.