Skip to content

Commit

Permalink
chore(gpu): fix unsigned integer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesLeroy committed Jul 12, 2024
1 parent 0370bf6 commit 1df8854
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/integer-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ fi

# Override test-threads number to avoid Out-of-memory issues on GPU instances
if [[ "${backend}" == "gpu" ]]; then
test_threads=6
test_threads=5
doctest_threads=5
fi

filter_expression=$(/usr/bin/python3 scripts/test_filtering.py --layer integer --backend "${backend}" ${fast_tests_argument} ${multi_bit_argument} ${sign_argument} ${no_big_params_argument})
Expand Down

0 comments on commit 1df8854

Please sign in to comment.