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

OpenCL: work-around for double precision GPU on Apple-silicon #4198

Merged
merged 2 commits into from
Jan 16, 2025

Conversation

kif
Copy link
Member

@kif kif commented Nov 20, 2024

Close #4197

Expose a not option for compile option setting properly cl_khr_fp64

@pierrepaleo
Copy link
Contributor

Looks good, works for me.

the try/except with

d_data_1.fill(numpy.float32(1.0))

might be a first step if we want to include a check that driver works correctly. To think about.

@pierrepaleo pierrepaleo merged commit 88f0aad into silx-kit:main Jan 16, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implement work around for buggy Apple Silicon GPU driver
2 participants