Skip to content

Commit 936e719

Browse files
Enable building and packaging of dpctl_ext
1 parent 29d6c02 commit 936e719

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,3 +336,4 @@ if(DEFINED SKBUILD)
336336
endif()
337337

338338
add_subdirectory(dpnp)
339+
add_subdirectory(dpctl_ext)

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
"dpnp.scipy",
4545
"dpnp.scipy.linalg",
4646
"dpnp.scipy.special",
47+
# dpctl_ext
48+
"dpctl_ext",
49+
"dpctl_ext.tensor",
4750
],
4851
package_data={
4952
"dpnp": [

0 commit comments

Comments
 (0)