mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
Co-authored-by: charleshofer <Charles.Hofer@amd.com>
This commit is contained in:
parent
f7dd3f1c4e
commit
cefb2ef821
2
.bazelrc
2
.bazelrc
@ -111,6 +111,8 @@ build:clang --copt=-Wno-gnu-offsetof-extensions
|
||||
build:clang --copt=-Qunused-arguments
|
||||
# Error on struct/class mismatches, since this causes link failures on Windows.
|
||||
build:clang --copt=-Werror=mismatched-tags
|
||||
# Don't error out on C++23 extensions. Needed for building the clang-19.
|
||||
build:clang --copt=-Wno-error=c23-extensions
|
||||
|
||||
# Configs for CUDA
|
||||
build:cuda --repo_env TF_NEED_CUDA=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user