Skip to content

Commit

Permalink
Add missing LTC headers, re-enble xla configuration
Browse files Browse the repository at this point in the history
Addresses XLA test failures due to missing PyTorch lazy tensor backend headers:
```
“fatal error: ‘torch/csrc/lazy/backend/backend_device.h’ file not found” from pytorch-xla-linux-bionic-py3.7-clang8
```

Pull Request resolved: pytorch#74756
Approved by: https://github.com/seemethere
  • Loading branch information
yeounoh authored and pytorchmergebot committed Mar 28, 2022
1 parent 421f66a commit 0428364
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ jobs:
build-generates-artifacts: false

pytorch-xla-linux-bionic-py3_7-clang8-build:
if: ${{ false }}
name: pytorch-xla-linux-bionic-py3.7-clang8
uses: pytorch/pytorch/.github/workflows/_linux-build.yml@master
with:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,7 @@ def print_box(msg):
'include/torch/csrc/profiler/*.h',
'include/torch/csrc/utils/*.h',
'include/torch/csrc/tensor/*.h',
'include/torch/csrc/lazy/backend/*.h',
'include/torch/csrc/lazy/core/*.h',
'include/pybind11/*.h',
'include/pybind11/detail/*.h',
Expand Down

0 comments on commit 0428364

Please sign in to comment.