-
Notifications
You must be signed in to change notification settings - Fork 46
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
Ambiguous call to the convert_uint_sat function #322
Comments
Can you copy&paste the error message here so that we can read it? Thanks! |
Thank you for the quick response! File "/Users/Robin/PycharmProjects/imageanalysis_tutorial/1-Image_Segmentation/1.6-Gauss-Otsu-labeling.py", line 9, in Build on <pyopencl.Device 'HD Graphics 4000' on 'Apple' at 0x1024400>: :28:26: warning: unknown OpenCL extension 'cl_amd_printf' - ignoring (options: -I /Users/Robin/PycharmProjects/imageanalysis_tutorial/venv/lib/python3.10/site-packages/pyopencl/cl) |
I'll take closer look soon. As a potential workaround: Can you please try calling |
That worked, thank you very much! |
When I try applying the Gauss-Otsu-labeling in the following code, I get an error message that the call to the function 'convert_uint_sat' is ambiguous.
I use a MacBook Pro with a HD Graphics 4000, OpenCL C version 1.2 and PyOpenCL version 2023.1.4
The text was updated successfully, but these errors were encountered: