Skip to content

Commit ebdecfd

Browse files
author
Rong Rong
authored
fix binary check again (#513)
1 parent 748457c commit ebdecfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_binary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ if [[ "$OSTYPE" == "msys" ]]; then
347347
fi
348348

349349
# Test that CUDA builds are setup correctly
350-
if [[ "$DESIRED_CUDA" != 'cpu' ]]; then
350+
if [[ "$DESIRED_CUDA" != 'cpu' && "$DESIRED_CUDA" != 'rocm3.7' ]]; then
351351
if [[ "$PACKAGE_TYPE" == 'libtorch' ]]; then
352352
build_and_run_example_cpp check-torch-cuda
353353
else

0 commit comments

Comments
 (0)