Skip to content

Commit e37af14

Browse files
committed
rm gcc bazelrc and unify rocm_ci and rocm (#412)
* resolve the config cycle
1 parent b458795 commit e37af14

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

tensorflow.bazelrc

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -263,12 +263,6 @@ build:rocm_base --define=xnn_enable_avxvnniint8=false
263263
build:rocm_base --define=xnn_enable_avx512fp16=false
264264
build:rocm_base --repo_env TF_NEED_ROCM=1
265265

266-
# Depraceted, will be removed once all build/test scripts are migrated from --config=rocm.
267-
build:rocm --config=rocm_base
268-
269-
build:rocm_gcc --config=rocm_base
270-
build:rocm_gcc --copt=-Wno-stringop-truncation
271-
272266
build:rocm_clang_official --config=rocm_base
273267
build:rocm_clang_official --action_env=CLANG_COMPILER_PATH="/usr/lib/llvm-18/bin/clang"
274268
build:rocm_clang_official --action_env=TF_ROCM_CLANG="1"
@@ -288,7 +282,10 @@ build:rocm_rbe --bes_timeout=600s
288282
build:rocm_rbe --tls_client_certificate="/tf/certificates/ci-cert.crt"
289283
build:rocm_rbe --tls_client_key="/tf/certificates/ci-cert.key"
290284

291-
build:rocm_ci --config=rocm_clang_official
285+
build:rocm --config=rocm_clang_official
286+
build:rocm_ci --config=rocm
287+
288+
292289

293290
build:rocm_ci_hermetic --config=rocm_clang_official
294291
build:rocm_ci_hermetic --repo_env="OS=ubuntu_22.04"

0 commit comments

Comments
 (0)