We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e83e5f commit acaade6Copy full SHA for acaade6
ci/run_pytest_gpu.sh
@@ -44,7 +44,7 @@ export TF_CPP_MIN_LOG_LEVEL=0
44
echo "Running GPU tests..."
45
export XLA_PYTHON_CLIENT_ALLOCATOR=platform
46
export XLA_FLAGS=--xla_gpu_force_compilation_parallelism=1
47
-"$JAXCI_PYTHON" -m pytest -n 4 --tb=short --maxfail=20 \
+"$JAXCI_PYTHON" -m pytest -n 8 --tb=short --maxfail=20 \
48
tests examples \
49
--deselect=tests/multi_device_test.py::MultiDeviceTest::test_computation_follows_data \
50
--deselect=tests/xmap_test.py::XMapTest::testCollectivePermute2D \
0 commit comments