Skip to content

Commit

Permalink
Fix linalg testing
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet committed Dec 10, 2023
1 parent 70d5c5f commit 5d7e8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ fi # if cuda
# Run parts of smoke tests
##########################
if [[ "$PACKAGE_TYPE" != 'libtorch' ]]; then
pushd test/smoke_test
pushd "$(dirname ${BASH_SOURCE[0]})/test/smoke_test"
python -c "from smoke_test import test_linalg; test_linalg()"
if [[ "$DESIRED_CUDA" == *cuda* ]]; then
python -c "from smoke_test import test_linalg; test_linalg('cuda')"
Expand Down

0 comments on commit 5d7e8e1

Please sign in to comment.