bh107 / bohrium

Automatic parallelization of Python/NumPy, C, and C++ codes on Linux and MacOSX
http://www.bh107.org
Apache License 2.0
219 stars 31 forks source link

Ignore CPU device on Apple platform when device is 'auto' #563

Closed omegahm closed 5 years ago

omegahm commented 5 years ago

Fixes #511

The CPU device on Apple can still be chosen, albeit not with auto. If you need the CPU device, you can get it with BH_OPENCL_DEVICE_TYPE=cpu.