pyclesperanto_prototype
pyclesperanto_prototype copied to clipboard
Potential issue with astype(int) on Mac M1
trafficstars
As discussed here:
- https://github.com/haesleinhuepf/napari-simpleitk-image-processing/issues/17
We should test if cl_image.astype(int) works on M1 GPUs in pyclesperanto.
I can confirm that cl_image.astype(int) also fails with an UNSUPPORTED error.
See a minimal example here.
Any chance that this is trying to set int64? Pretty sure the Apple Silicon GPU doesn't support double precision.