mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
expose nested header to wheel (#120603)
expose nested header to pytorch wheel, help with developers for reuse pytorch nested tensor related utils header inside wheel Pull Request resolved: https://github.com/pytorch/pytorch/pull/120603 Approved by: https://github.com/jbschlosser, https://github.com/gujinghui
This commit is contained in:
committed by
PyTorch MergeBot
parent
c646030cd2
commit
eee040c939
1
setup.py
1
setup.py
@ -1186,6 +1186,7 @@ def main():
|
|||||||
"include/ATen/native/hip/*.h",
|
"include/ATen/native/hip/*.h",
|
||||||
"include/ATen/native/hip/*.cuh",
|
"include/ATen/native/hip/*.cuh",
|
||||||
"include/ATen/native/mps/*.h",
|
"include/ATen/native/mps/*.h",
|
||||||
|
"include/ATen/native/nested/*.h",
|
||||||
"include/ATen/native/quantized/*.h",
|
"include/ATen/native/quantized/*.h",
|
||||||
"include/ATen/native/quantized/cpu/*.h",
|
"include/ATen/native/quantized/cpu/*.h",
|
||||||
"include/ATen/native/sparse/*.h",
|
"include/ATen/native/sparse/*.h",
|
||||||
|
Reference in New Issue
Block a user