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:
Lei,zhenyuan
2024-03-01 09:59:40 +00:00
committed by PyTorch MergeBot
parent c646030cd2
commit eee040c939

View File

@ -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",