Skip to content

Commit

Permalink
Merge pull request cupy#8897 from kmaehashi/bp-8847-v13-update_pylibr…
Browse files Browse the repository at this point in the history
…aft_to_cuvs

[backport] Updating pylibraft `pairwise_distance` to cuvs
  • Loading branch information
kmaehashi authored Jan 28, 2025
2 parents 69f990c + d50fc4f commit aa5ae4c
Show file tree
Hide file tree
Showing 6 changed files with 224 additions and 106 deletions.
8 changes: 5 additions & 3 deletions .pfnci/linux/tests/cuda-rapids.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
ARG BASE_IMAGE="rapidsai/rapidsai-core-dev:23.06-cuda11.8-devel-ubuntu22.04-py3.10"
ARG BASE_IMAGE="rapidsai/base:25.02a-cuda12.5-py3.11"
FROM ${BASE_IMAGE}

USER root

RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get -qqy update && \
apt-get -qqy install ccache git curl
apt-get -qqy install build-essential cuda-toolkit-12-5 ccache git curl

ENV CUDA_PATH "/usr/local/cuda"
ENV PATH "/usr/lib/ccache:${PATH}"
ENV DISABLE_JUPYTER true
2 changes: 1 addition & 1 deletion .pfnci/linux/tests/cuda-rapids.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export NVCC="ccache nvcc"
CXX=/usr/lib/ccache/g++ CUDA_PATH="/usr/local/cuda" pip install -v ".[test]"
"$ACTIONS/unittest.sh" "not slow" \
"cupyx_tests/scipy_tests/sparse_tests/csgraph_tests" \
"cupyx_tests/scipy_tests/spatial_tests"
"cupyx_tests/scipy_tests/spatial_tests/test_distance.py"
"$ACTIONS/cleanup.sh"
Loading

0 comments on commit aa5ae4c

Please sign in to comment.