Skip to content
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

Remove legacy correlate, dot, and multiply from backend #2183

Open
wants to merge 1 commit into
base: correlate
Choose a base branch
from

Conversation

AlexanderKalistratov
Copy link
Collaborator

@AlexanderKalistratov AlexanderKalistratov commented Nov 19, 2024

Removing dot and multiply implementations from backend as no longer needed.

Depends on PR #2183

Copy link
Contributor

View rendered docs @ https://intelpython.github.io/dpnp/pull/2183/index.html

parameters */
DPNP_FN_ERF, /**< Used in scipy.special.erf impl */
DPNP_FN_ERF_EXT, /**< Used in scipy.special.erf impl, requires extra
parameters */
Copy link
Collaborator

Choose a reason for hiding this comment

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

DPNP_FN_MULTIPLY below can be removed as well.

@@ -62,7 +62,6 @@ include "dpnp_algo_indexing.pxi"
include "dpnp_algo_mathematical.pxi"
include "dpnp_algo_sorting.pxi"
include "dpnp_algo_special.pxi"
include "dpnp_algo_statistics.pxi"


cpdef dpnp_queue_initialize():
Copy link
Collaborator

Choose a reason for hiding this comment

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

It seems dpnp_queue_initialize can be removed as well.

@@ -34,7 +34,6 @@ from dpnp.dpnp_utils.dpnp_algo_utils cimport dpnp_descriptor
cdef extern from "dpnp_iface_fptr.hpp" namespace "DPNPFuncName": # need this namespace for Enum import
cdef enum DPNPFuncName "DPNPFuncName":
DPNP_FN_CHOOSE_EXT
DPNP_FN_CORRELATE_EXT
DPNP_FN_ERF_EXT
DPNP_FN_MODF_EXT
DPNP_FN_PARTITION_EXT
Copy link
Collaborator

Choose a reason for hiding this comment

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

fptr_2in_1out_t at the bottom of this file can be removed as well.

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