Skip to content

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

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 15 commits into from
Jan 13, 2025

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

@AlexanderKalistratov AlexanderKalistratov force-pushed the remove_dot_and_multiply_from_backend branch from c0f0457 to 46762fa Compare November 19, 2024 16:04
@AlexanderKalistratov AlexanderKalistratov force-pushed the remove_dot_and_multiply_from_backend branch from 46762fa to 2f51c9e Compare November 20, 2024 02:20
@AlexanderKalistratov AlexanderKalistratov force-pushed the remove_dot_and_multiply_from_backend branch 2 times, most recently from d64c029 to fd2a20d Compare November 20, 2024 03:30
@AlexanderKalistratov AlexanderKalistratov changed the title Remove dot and multiply from backend Remove legacy correlate, dot, and multiply from backend Nov 20, 2024
@AlexanderKalistratov AlexanderKalistratov force-pushed the remove_dot_and_multiply_from_backend branch 2 times, most recently from e3feeef to ca1b3ef Compare November 20, 2024 04:56
@AlexanderKalistratov AlexanderKalistratov force-pushed the remove_dot_and_multiply_from_backend branch from ca1b3ef to 7206e28 Compare November 27, 2024 22:23
@AlexanderKalistratov AlexanderKalistratov force-pushed the correlate branch 2 times, most recently from fbc94d0 to fa3af10 Compare November 28, 2024 23:09
antonwolfy added a commit that referenced this pull request Dec 4, 2024
Recent changes in DPC++ 2025.1 compiler broke DPNP compilation. It seems
the legacy DPC++ compiler behavior was affected by introducing SYCL
experimental extension for reduction properties.

Since the compilation issue occurred for a backend function which will
be removed once #2183 is merged, that PR proposes to temporary w/a the
issue and to reuse the extension for reduction properties, which seems
working.
github-actions bot added a commit that referenced this pull request Dec 4, 2024
Recent changes in DPC++ 2025.1 compiler broke DPNP compilation. It seems
the legacy DPC++ compiler behavior was affected by introducing SYCL
experimental extension for reduction properties.

Since the compilation issue occurred for a backend function which will
be removed once #2183 is merged, that PR proposes to temporary w/a the
issue and to reuse the extension for reduction properties, which seems
working. ed39ea7
antonwolfy added a commit that referenced this pull request Dec 5, 2024
Recent changes in DPC++ 2025.1 compiler broke DPNP compilation. It seems
the legacy DPC++ compiler behavior was affected by introducing SYCL
experimental extension for reduction properties.

Since the compilation issue occurred for a backend function which will
be removed once #2183 is merged, that PR proposes to temporary w/a the
issue and to reuse the extension for reduction properties, which seems
working.
@AlexanderKalistratov AlexanderKalistratov force-pushed the correlate branch 2 times, most recently from 936870b to be09e32 Compare December 7, 2024 16:44
@AlexanderKalistratov AlexanderKalistratov force-pushed the remove_dot_and_multiply_from_backend branch from 7206e28 to 6d17c49 Compare December 7, 2024 17:20
Copy link
Collaborator

@vtavana vtavana left a comment

Choose a reason for hiding this comment

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

Thank you, @AlexanderKalistratov!

Base automatically changed from correlate to master December 9, 2024 20:56
@coveralls
Copy link
Collaborator

coveralls commented Jan 7, 2025

Coverage Status

coverage: 70.895% (+5.8%) from 65.08%
when pulling 525b633 on remove_dot_and_multiply_from_backend
into 659629d on master.

Copy link
Collaborator Author

@AlexanderKalistratov AlexanderKalistratov left a comment

Choose a reason for hiding this comment

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

@antonwolfy Please re-review

Copy link
Contributor

@antonwolfy antonwolfy left a comment

Choose a reason for hiding this comment

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

Thank you @AlexanderKalistratov LGTM!

@AlexanderKalistratov AlexanderKalistratov merged commit 44bb068 into master Jan 13, 2025
58 of 60 checks passed
@AlexanderKalistratov AlexanderKalistratov deleted the remove_dot_and_multiply_from_backend branch January 13, 2025 21:15
github-actions bot added a commit that referenced this pull request Jan 13, 2025
Removing `dot` and `multiply` legacy implementations and related legacy utilities from backend as no longer
needed. 44bb068
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.

4 participants