You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Property `__sycl_usm_array_interface__` is to use `self.shape` rather
than call _make_int_tuple directly.
```
In [4]: dpt.usm_ndarray(tuple(), dtype='d').__sycl_usm_array_interface__
Out[4]:
{'data': (94536841949184, True),
'shape': (),
'strides': None,
'typestr': '|f8',
'version': 1,
'syclobj': <dpctl.SyclQueue at 0x7f5bbeb3f780>,
'offset': 0}
```
@Alexander-Makaryev
The text was updated successfully, but these errors were encountered: