mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
chore(gpu): reduce test threads for small instances case
This commit is contained in:
@@ -140,8 +140,8 @@ if [[ "${backend}" == "gpu" ]]; then
|
|||||||
test_threads=8
|
test_threads=8
|
||||||
doctest_threads=8
|
doctest_threads=8
|
||||||
else
|
else
|
||||||
test_threads=2
|
test_threads=1
|
||||||
doctest_threads=2
|
doctest_threads=1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user