-
Notifications
You must be signed in to change notification settings - Fork 30
Added C-API hash function, used them in Python interface #491
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
Conversation
@diptorupd CI is failing in testing-wheels, and I am not entirely sure why. I was able to to |
@oleksandr-pavlyk I suggest drop 41bd9ab from the PR. It unnecessarily will introduce an incomplete fix into our master. |
I will do a gentle history rewriting once the CI winks an approval. |
- SyclContext, SyclDevice, SyclQueue classes previously where not hashable. The PR defines __hash__ function based on the C API DPCTL<Obj>_Hash function.
…re being installed into Python environment and should be used instead of those in the compiler installation
8eb4915
to
a005320
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor documentation fixes. Otherwise, LGTM.
Closes #483
Superseded #489 (and reuses some changes from there).