Skip to content

Commit e432c39

Browse files
dpctl_capi imports tensor submodule as well as part of importing dpctl
1 parent dae3902 commit e432c39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dpctl/apis/include/dpctl_capi.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
#include "../_sycl_queue_api.h"
3939
#include "../memory/_memory.h"
4040
#include "../memory/_memory_api.h"
41+
#include "../tensor/_usmarray.h"
42+
#include "../tensor/_usmarray_api.h"
4143
// clang-format on
4244

4345
/*
@@ -53,5 +55,6 @@ void import_dpctl(void)
5355
import_dpctl___sycl_event();
5456
import_dpctl___sycl_queue();
5557
import_dpctl__memory___memory();
58+
import_dpctl__tensor___usmarray();
5659
return;
5760
}

0 commit comments

Comments
 (0)