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 dae3902 commit e432c39Copy full SHA for e432c39
dpctl/apis/include/dpctl_capi.h
@@ -38,6 +38,8 @@
38
#include "../_sycl_queue_api.h"
39
#include "../memory/_memory.h"
40
#include "../memory/_memory_api.h"
41
+#include "../tensor/_usmarray.h"
42
+#include "../tensor/_usmarray_api.h"
43
// clang-format on
44
45
/*
@@ -53,5 +55,6 @@ void import_dpctl(void)
53
55
import_dpctl___sycl_event();
54
56
import_dpctl___sycl_queue();
57
import_dpctl__memory___memory();
58
+ import_dpctl__tensor___usmarray();
59
return;
60
}
0 commit comments