mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Add xpu header to include/ATen/xpu (#120786)
# Motivation Add xpu header file to `include/ATen/xpu` to make them public. Pull Request resolved: https://github.com/pytorch/pytorch/pull/120786 Approved by: https://github.com/gujinghui, https://github.com/EikanWang, https://github.com/jgong5, https://github.com/albanD
This commit is contained in:
committed by
PyTorch MergeBot
parent
7881b95c73
commit
df40847486
3
setup.py
3
setup.py
@ -1191,6 +1191,8 @@ def main():
|
||||
"include/ATen/native/sparse/*.h",
|
||||
"include/ATen/native/utils/*.h",
|
||||
"include/ATen/quantized/*.h",
|
||||
"include/ATen/xpu/*.h",
|
||||
"include/ATen/xpu/detail/*.h",
|
||||
"include/caffe2/serialize/*.h",
|
||||
"include/c10/*.h",
|
||||
"include/c10/macros/*.h",
|
||||
@ -1206,6 +1208,7 @@ def main():
|
||||
"include/c10/hip/*.h",
|
||||
"include/c10/hip/impl/*.h",
|
||||
"include/c10/xpu/*.h",
|
||||
"include/c10/xpu/impl/*.h",
|
||||
"include/torch/*.h",
|
||||
"include/torch/csrc/*.h",
|
||||
"include/torch/csrc/api/include/torch/*.h",
|
||||
|
Reference in New Issue
Block a user