mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
chore(gpu): temporarily set test threads to 1 for the GPU
This commit is contained in:
@@ -130,8 +130,8 @@ fi
|
||||
# Override test-threads number to avoid Out-of-memory issues on GPU instances
|
||||
if [[ "${backend}" == "gpu" ]]; then
|
||||
if [[ "${BIG_TESTS_INSTANCE}" == TRUE ]]; then
|
||||
test_threads=8
|
||||
doctest_threads=8
|
||||
test_threads=1
|
||||
doctest_threads=1
|
||||
else
|
||||
test_threads=1
|
||||
doctest_threads=1
|
||||
|
||||
Reference in New Issue
Block a user