Skip to content

Commit

Permalink
Modified signature of UsmNDArray_MakeFromMemory_
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Feb 1, 2023
1 parent 467b250 commit 12041a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dpctl/apis/include/dpctl4pybind11.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ class dpctl_capi
const py::ssize_t *,
int,
Py_MemoryObject *,
py::ssize_t);
py::ssize_t,
char);
PyObject *(*UsmNDArray_MakeFromPtr_)(size_t,
int,
DPCTLSyclUSMRef,
Expand Down

0 comments on commit 12041a3

Please sign in to comment.