Skip to content

Commit eade405

Browse files
committed
Test jax instead of build
1 parent 69b5e05 commit eade405

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

build_tools/rocm/run_jax_ut.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,17 @@ XLA_DIR=$2
77

88
pushd $JAX_DIR
99

10-
python build/build.py build \
10+
python3 build/build.py build \
1111
--wheels=jax-rocm-plugin \
1212
--configure_only \
1313
--local_xla_path=${XLA_DIR} \
1414
--python_version=3.12
1515

1616
# TODO: run the tests when they are green
17-
bazel build \
17+
bazel --bazelrc=${XLA_DIR}/build_tools/rocm/rocm_xla.bazelrc test \
1818
--config=rocm \
19+
--config=rocm_rbe \
1920
--disk_cache=/tf/disk_cache/jaxlib-v0.7.1 \
20-
--remote_cache="grpcs://wardite.cluster.engflow.com" \
21-
--tls_client_certificate="/tf/certificates/ci-cert.crt" \
22-
--tls_client_key="/tf/certificates/ci-cert.key" \
2321
--build_tag_filters=cpu,gpu,-tpu,-config-cuda-only \
2422
--test_tag_filters=cpu,gpu,-tpu,-config-cuda-only \
2523
--action_env=TF_ROCM_AMDGPU_TARGETS=gfx908,gfx90a,gfx942 \

0 commit comments

Comments
 (0)