Remove deprecated dpctl.tensor submodule#2245
Merged
Merged
Conversation
ndgrigorian
force-pushed
the
feature/uncouple-tensor-from-dpctl
branch
from
February 17, 2026 02:08
dcac1f6 to
e450664
Compare
|
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
ndgrigorian
marked this pull request as ready for review
February 18, 2026 04:01
ndgrigorian
requested review from
antonwolfy and
vlad-perevezentsev
as code owners
February 18, 2026 04:01
ndgrigorian
force-pushed
the
feature/uncouple-tensor-from-dpctl
branch
from
April 2, 2026 20:22
da4c41e to
6a5046b
Compare
Collaborator
Author
|
@antonwolfy @vlad-perevezentsev |
ndgrigorian
force-pushed
the
feature/uncouple-tensor-from-dpctl
branch
from
April 7, 2026 18:36
6a5046b to
7d8bbc8
Compare
antonwolfy
reviewed
Apr 8, 2026
ndgrigorian
force-pushed
the
feature/uncouple-tensor-from-dpctl
branch
from
April 11, 2026 00:06
7d8bbc8 to
b610ee3
Compare
… project sans tensor
remove remaining tensor references
ndgrigorian
force-pushed
the
feature/uncouple-tensor-from-dpctl
branch
from
April 13, 2026 16:47
b610ee3 to
dd74214
Compare
vlad-perevezentsev
approved these changes
Apr 13, 2026
vlad-perevezentsev
left a comment
Collaborator
There was a problem hiding this comment.
No more comments from my side, LGTM
Thank you @ndgrigorian !
I also tested these changes with include-dpctl-tensor branch in dpnp.
The build and tests did not find any issues
@antonwolfy сould you please also review this?
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.
This PR removes the
dpctl.tensorsubmodule, as it is migrated to dpnp asdpnp.tensorThis change makes
dpctla much smaller, lighter-weight package, with no built-in tensor capabilities. Thememorysub-module andorder_managerremain to support tensor-like extensions, butdpctlwill focus on device management and providing a Python interface to SYCL implementations