Skip to content

Commit

Permalink
CUDA_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 13, 2024
1 parent 61dacb7 commit dc9f606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Instructions for building UCX >= 1.15.0 (minimum version supported by UCX-Py), m
mkdir build
cd build
# Performance build
../contrib/configure-release --prefix=$CONDA_PREFIX --with-cuda=/opt/conda/pkgs/cuda-nvml-dev-12.5.82-he02047a_0 --enable-mt
../contrib/configure-release --prefix=$CONDA_PREFIX --with-cuda=$CUDA_HOME --enable-mt
# Debug build
../contrib/configure-devel --prefix=$CONDA_PREFIX --with-cuda=$CUDA_HOME --enable-mt
make -j install
Expand Down

0 comments on commit dc9f606

Please sign in to comment.