Closed m-albert closed 8 months ago
I'm on a macbook with an M2 and
import pyclesperanto as cle devices = ['all', 'cpu', 'gpu'] {device: cle.list_available_devices(device_type=device) for device in devices}
gives:
Warning: Fail to find 'cpu' OpenCL compatible devices. {'all': ['Apple M2'], 'cpu': [], 'gpu': ['Apple M2']}
{'all': ['Apple M2'], 'cpu': [], 'gpu': ['Apple M2']}
After a quick search, we get the same behaviour from pyopencl package. So I think its normal that no cpu are found.
pyopencl
cpu
This may change if we manage to switch to Metal for OSx users. Closing until then.
I'm on a macbook with an M2 and
gives: