Skip to content

add dpnp.searchsorted #708

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 14, 2021
Merged

add dpnp.searchsorted #708

merged 8 commits into from
Jun 14, 2021

Conversation

Rubtsowa
Copy link
Contributor

No description provided.

@Rubtsowa Rubtsowa requested a review from shssf May 12, 2021 14:52
* @param [in] v_size Number of elements in input values arrays.
*/
template<typename _DataType, typename _IndexingType>
INP_DLLEXPORT void dpnp_searchsorted_c(const void* array, const void* v, void* result, bool side, const size_t arr_size, const size_t v_size);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

result should be first as we agreed some time ago (if I remember correctly)

Copy link
Contributor

@shssf shssf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dpnpc api parameters order are subject to change

@shssf shssf merged commit e750d48 into IntelPython:master Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants