File tree Expand file tree Collapse file tree 3 files changed +23
-0
lines changed
.kokoro/github/ubuntu/gpu Expand file tree Collapse file tree 3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ python3 --version
18
18
# Check cuda
19
19
nvidia-smi
20
20
nvcc --version
21
+ echo " LD_LIBRARY_PATH before ${LD_LIBRARY_PATH} "
21
22
22
23
cd " src/github/keras"
23
24
pip install -U pip setuptools
50
51
# Raise error if GPU is not detected.
51
52
python3 -c ' import jax;assert jax.default_backend().lower() == "gpu"'
52
53
54
+ echo " LD_LIBRARY_PATH after ${LD_LIBRARY_PATH} "
55
+
53
56
# TODO: keras/layers/merging/merging_test.py::MergingLayersTest::test_sparse_dot_2d Fatal Python error: Aborted
54
57
# TODO: keras/trainers/data_adapters/py_dataset_adapter_test.py::PyDatasetAdapterTest::test_basic_flow0 Fatal Python error: Aborted
55
58
# keras/backend/jax/distribution_lib_test.py is configured for CPU test for now.
Original file line number Diff line number Diff line change @@ -12,5 +12,15 @@ env_vars: {
12
12
value: " jax"
13
13
}
14
14
15
+ env_vars: {
16
+ key: " XLA_PYTHON_CLIENT_MEM_FRACTION"
17
+ value: " .5"
18
+ }
19
+
20
+ env_vars: {
21
+ key: " JAX_TRACEBACK_FILTERING"
22
+ value: " off"
23
+ }
24
+
15
25
# Set timeout to 60 mins from default 180 mins
16
26
timeout_mins: 60
Original file line number Diff line number Diff line change @@ -12,5 +12,15 @@ env_vars: {
12
12
value: " jax"
13
13
}
14
14
15
+ env_vars: {
16
+ key: " XLA_PYTHON_CLIENT_MEM_FRACTION"
17
+ value: " .5"
18
+ }
19
+
20
+ env_vars: {
21
+ key: " JAX_TRACEBACK_FILTERING"
22
+ value: " off"
23
+ }
24
+
15
25
# Set timeout to 60 mins from default 180 mins
16
26
timeout_mins: 60
You can’t perform that action at this time.
0 commit comments