Remove legacy correlate, dot, and multiply from backend#2183
Merged
AlexanderKalistratov merged 15 commits intomasterfrom Jan 13, 2025
Merged
Remove legacy correlate, dot, and multiply from backend#2183AlexanderKalistratov merged 15 commits intomasterfrom
AlexanderKalistratov merged 15 commits intomasterfrom
Conversation
Contributor
|
View rendered docs @ https://intelpython.github.io/dpnp/pull/2183/index.html |
0d6a4e0 to
9083eeb
Compare
c0f0457 to
46762fa
Compare
9083eeb to
8256472
Compare
46762fa to
2f51c9e
Compare
8256472 to
5f793ab
Compare
d64c029 to
fd2a20d
Compare
5f793ab to
2514037
Compare
e3feeef to
ca1b3ef
Compare
vtavana
reviewed
Nov 20, 2024
ca1b3ef to
7206e28
Compare
fbc94d0 to
fa3af10
Compare
6 tasks
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.
fa3af10 to
70a7d8d
Compare
936870b to
be09e32
Compare
be09e32 to
91fd41f
Compare
7206e28 to
6d17c49
Compare
vtavana
approved these changes
Dec 8, 2024
Contributor
vtavana
left a comment
There was a problem hiding this comment.
Thank you, @AlexanderKalistratov!
91fd41f to
943726f
Compare
antonwolfy
reviewed
Dec 11, 2024
Collaborator
Collaborator
Author
AlexanderKalistratov
left a comment
There was a problem hiding this comment.
@antonwolfy Please re-review
antonwolfy
reviewed
Jan 9, 2025
antonwolfy
approved these changes
Jan 13, 2025
Contributor
antonwolfy
left a comment
There was a problem hiding this comment.
Thank you @AlexanderKalistratov LGTM!
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removing
dotandmultiplyimplementations from backend as no longer needed.Depends on PR #2183