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

silx.opencl: Fixed deprecation warning upon texture creation #4193

Merged
merged 2 commits into from
Nov 12, 2024
Merged

Conversation

pierrepaleo
Copy link
Contributor

@pierrepaleo pierrepaleo commented Nov 4, 2024

Use pyopencl.create_image() instead of pyopencl.Image.

Close #4191

- Use either pyopencl.Image() or pyopencl.create_image
- Support hostbuf kwarg
Copy link
Member

@t20100 t20100 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@t20100 t20100 changed the title Opencl: Fix deprecation warning upon texture creation silx.opencl: Fixed deprecation warning upon texture creation Nov 5, 2024
@t20100 t20100 merged commit 7b652bd into main Nov 12, 2024
7 of 9 checks passed
@t20100 t20100 deleted the opencl_image branch November 12, 2024 15:39
t20100 added a commit that referenced this pull request Nov 12, 2024
Thanks!

CI failures in this PR are fixed by PR #4193
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.

CI fails because because of pyopencl deprecation warnings
2 participants