File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ build:rocm_rbe --jobs=200
1818build:rocm_rbe --remote_timeout=3600
1919
2020test:rocm_rbe --strategy=TestRunner=remote,local
21- test:rocm_rbe --worker_sandboxing=true
21+ test:rocm_rbe --worker_sandboxing=false
2222
2323build:asan --strip=never
2424build:asan --copt -fsanitize=address
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments