Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions tensorflow.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -224,19 +224,15 @@ build:rocm_base --define=xnn_enable_avxvnniint8=false
build:rocm_base --define=xnn_enable_avx512fp16=false
build:rocm_base --repo_env TF_NEED_ROCM=1

# Depraceted, will be removed once all build/test scripts are migrated from --config=rocm.
build:rocm --config=rocm_base

build:rocm_gcc --config=rocm_base
build:rocm_gcc --copt=-Wno-stringop-truncation

build:rocm_clang_official --config=rocm_base
build:rocm_clang_official --action_env=CLANG_COMPILER_PATH="/usr/lib/llvm-18/bin/clang"
build:rocm_clang_official --action_env=TF_ROCM_CLANG="1"
build:rocm_clang_official --linkopt="-fuse-ld=lld"
build:rocm_clang_official --host_linkopt="-fuse-ld=lld"

build:rocm_ci --config=rocm_clang_official
build:rocm --config=rocm_clang_official
build:rocm_ci --config=rocm


build:rocm_ci_hermetic --config=rocm_clang_official
build:rocm_ci_hermetic --repo_env="OS=ubuntu_22.04"
Expand Down