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 0cb2181 commit 229b93fCopy full SHA for 229b93f
dpctl/apis/include/dpctl4pybind11.hpp
@@ -331,6 +331,8 @@ class dpctl_capi
331
this->USM_ARRAY_F_CONTIGUOUS_ = USM_ARRAY_F_CONTIGUOUS;
332
this->USM_ARRAY_WRITABLE_ = USM_ARRAY_WRITABLE;
333
this->UAR_BOOL_ = UAR_BOOL;
334
+ this->UAR_BYTE_ = UAR_BYTE;
335
+ this->UAR_UBYTE_ = UAR_UBYTE;
336
this->UAR_SHORT_ = UAR_SHORT;
337
this->UAR_USHORT_ = UAR_USHORT;
338
this->UAR_INT_ = UAR_INT;
0 commit comments