We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f1cd2 commit 8e9d27bCopy full SHA for 8e9d27b
infra/ansible/config/env.yaml
@@ -33,6 +33,7 @@ build_env:
33
BAZEL_REMOTE_CACHE: 1
34
SILO_NAME: "cache-silo-{{ arch }}-{{ accelerator }}-{{ clang_version }}"
35
DISABLE_XRT: "{{ disable_xrt }}"
36
+ _GLIBCXX_USE_CXX11_ABI: 0
37
38
amd64:
39
ARCH: amd64
infra/ansible/roles/build_srcs/tasks/main.yaml
@@ -24,7 +24,7 @@
24
25
- name: Build XLA computation client library
26
ansible.builtin.command:
27
- cmd: bash build_torch_xla_libs.sh -O -D_GLIBCXX_USE_CXX11_ABI=1
+ cmd: bash build_torch_xla_libs.sh
28
chdir: "{{ (src_root, 'pytorch/xla') | path_join }}"
29
environment: "{{ env_vars }}"
30
when: build_torch_xla_libs_result.stat.exists
0 commit comments