Skip to content

Commit

Permalink
Build test binaries for current GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Mar 4, 2024
1 parent a3a32a7 commit a6b74d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/test_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ rapids-mamba-retry install \

rapids-logger "Build Tests"
pushd test_binary_generation
export GPU_CC=`nvidia-smi --query-gpu=compute_cap --format=csv | grep -v compute_cap | sed 's/\.//'
`
make
popd

Expand Down
1 change: 1 addition & 0 deletions ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ python -m pip install --find-links ./dist pynvjitlink${PACKAGE_CUDA_SUFFIX}

rapids-logger "Build Tests"
pushd test_binary_generation
export GPU_CC=`nvidia-smi --query-gpu=compute_cap --format=csv | grep -v compute_cap | sed 's/\.//'
make
popd
Expand Down

0 comments on commit a6b74d5

Please sign in to comment.