Skip to content

Commit 21531ee

Browse files
authored
Ship runtime/executor and runtime/backend headers in pip wheel (#19196)
1 parent d9688da commit 21531ee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,9 @@ def run(self):
599599
# https://discourse.cmake.org/t/installing-headers-the-modern-way-regurgitated-and-revisited/3238/3
600600
for include_dir in [
601601
"runtime/core/",
602+
"runtime/executor/",
602603
"runtime/kernel/",
604+
"runtime/backend/",
603605
"runtime/platform/",
604606
"extension/kernel_util/",
605607
"extension/tensor/",

0 commit comments

Comments
 (0)