Skip to content

Implement strides for 29 element-wise functions part 4 #994

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

Conversation

densmirn
Copy link
Contributor

@densmirn densmirn commented Oct 6, 2021

PR depends on #985, #991 and #992.

@densmirn densmirn added the in progress Please do not merge. Work is in progress. label Oct 6, 2021
@densmirn densmirn removed the in progress Please do not merge. Work is in progress. label Dec 3, 2021
template <typename _KernelNameSpecialization1, typename _KernelNameSpecialization2> \
class __name__##_strides_kernel; \
\
template <typename _DataType_output, typename _DataType_input> \
Copy link
Contributor

Choose a reason for hiding this comment

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

Why we need this renaming/switching of order of typenames in template?
template <typename _DataType_input, typename _DataType_output> -> template <typename _DataType_output, typename _DataType_input>
It looks like significant part of changes in this PR are related to this renaming.

Copy link
Contributor

@Alexander-Makaryev Alexander-Makaryev left a comment

Choose a reason for hiding this comment

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

LGTM

@Alexander-Makaryev Alexander-Makaryev merged commit 28de9c3 into IntelPython:master Dec 6, 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