We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508a45e commit 1757afeCopy full SHA for 1757afe
setup.py
@@ -188,6 +188,9 @@ def _get_cmdclass():
188
"include/syclinterface/Config/*.h",
189
"include/syclinterface/Support/*.h",
190
"tensor/libtensor/include/kernels/*.h*",
191
+ "tensor/libtensor/include/kernels/sorting/*.h*",
192
+ "tensor/libtensor/include/kernels/elementwise_functions/*.h*",
193
+ "tensor/libtensor/include/kernels/linalg/*.h*",
194
"tensor/libtensor/include/utils/*.h*",
195
"tensor/include/dlpack/*.*",
196
"include/dpctl/_sycl*.h",
0 commit comments