File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,17 @@ XLA_DIR=$2
77
88pushd $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 \
You can’t perform that action at this time.
0 commit comments