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 0d3f4b0 commit b2ebb8aCopy full SHA for b2ebb8a
dpctl-capi/include/dpctl_vector.h
@@ -42,7 +42,7 @@ DPCTL_C_EXTERN_C_BEGIN
42
\
43
DPCTL_API \
44
__dpctl_give DPCTL##EL##VectorRef DPCTL##EL##Vector_CreateFromArray( \
45
- size_t len, DPCTLSycl##EL##Ref *elems); \
+ size_t len, __dpctl_keep DPCTLSycl##EL##Ref *elems); \
46
47
48
void DPCTL##EL##Vector_Delete(__dpctl_take DPCTL##EL##VectorRef Ref); \
0 commit comments