Skip to content

Commit f9a5e7a

Browse files
committed
Trigger CI/CD pipeline
1 parent f6705a8 commit f9a5e7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build_tools/rocm/rocm_xla.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build:rocm_rbe --jobs=200
1818
build:rocm_rbe --remote_timeout=3600
1919

2020
test:rocm_rbe --strategy=TestRunner=remote,local
21-
test:rocm_rbe --worker_sandboxing=true
21+
test:rocm_rbe --worker_sandboxing=false
2222

2323
build:asan --strip=never
2424
build:asan --copt -fsanitize=address

build_tools/rocm/run_xla.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ bazel --bazelrc=build_tools/rocm/rocm_xla.bazelrc test \
136136
--local_test_jobs=${N_TEST_JOBS} \
137137
--test_env=TF_TESTS_PER_GPU=$TF_TESTS_PER_GPU \
138138
--test_env=TF_GPU_COUNT=$TF_GPU_COUNT \
139-
--action_env=TF_ROCM_AMDGPU_TARGETS=gfx908,gfx942 \
139+
--action_env=TF_ROCM_AMDGPU_TARGETS=gfx908,gfx942,gfx90a \
140140
--action_env=XLA_FLAGS="--xla_gpu_enable_llvm_module_compilation_parallelism=true --xla_gpu_force_compilation_parallelism=16" \
141141
--run_under=//build_tools/ci:parallel_gpu_execute \
142142
--test_env=MIOPEN_FIND_ENFORCE=5 \

build_tools/rocm/run_xla_multi_gpu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ bazel --bazelrc=build_tools/rocm/rocm_xla.bazelrc test \
9999
--flaky_test_attempts=3 \
100100
--keep_going \
101101
--test_strategy=exclusive \
102-
--action_env=TF_ROCM_AMDGPU_TARGETS=gfx908,gfx942 \
102+
--action_env=TF_ROCM_AMDGPU_TARGETS=gfx908,gfx942,gfx90a \
103103
--action_env=XLA_FLAGS=--xla_gpu_force_compilation_parallelism=16 \
104104
--action_env=XLA_FLAGS=--xla_gpu_enable_llvm_module_compilation_parallelism=true \
105105
--action_env=NCCL_MAX_NCHANNELS=1 \

0 commit comments

Comments
 (0)