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

Data members renamed, accessors added #435

Merged
merged 2 commits into from
May 7, 2021
Merged

Conversation

oleksandr-pavlyk
Copy link
Collaborator

@oleksandr-pavlyk oleksandr-pavlyk commented May 7, 2021

Data members are renamed to reflect their internal status, since some
of them are read-accessible from Python.

Cython visible field accessors added to retrieve their value.

Made dpctl.tensor.usm_ndarray weak-referenceable
https://cython.readthedocs.io/en/latest/src/userguide/extension_types.html#making-extension-types-weak-referenceable

Data members are renamed to reflect their internal status, since some
of them are read-accessible from Python.

Cython visible field accessors added to retrieve their value.

Made usm_ndarray weak-referenceable
https://cython.readthedocs.io/en/latest/src/userguide/extension_types.html#making-extension-types-weak-referenceable
@oleksandr-pavlyk oleksandr-pavlyk merged commit b887a26 into master May 7, 2021
@oleksandr-pavlyk oleksandr-pavlyk deleted the usm-array-accessors branch May 7, 2021 17:36
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.

1 participant