-
Notifications
You must be signed in to change notification settings - Fork 33
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
Change all Numba-dppy examples to work wih dpctl 0.7.0 #309
Conversation
There are few pending issues that need to be looked at:
|
d3f6c31
to
dcda9e3
Compare
- All examples are updated to use dpctl 0.7 API - Add doc strings to examples - Rename pa_examples to auto_offload_examples - Remove sum-hybrid.py - Minor fixes and name changes.
dcda9e3
to
ce7c560
Compare
@reazulhoque I investigated the |
The issue in fact seems to be that we re relying on |
As discussed, I have changed the failing example and opened an issue ticket #343 to track the caching issue. |
Update all examples to use the latest dpctl 0.7.0 API pushed to main in #340.
Other improvements to examples.