[Pythonmac-SIG] Python bindings for Metal?

2018-06-07 Thread Ronald Oussoren
Hi, Does anyone know of Python bindings to Apple’s Metal, and related, framework(s)? I’m particularly interested in the compute parts (basically in the Metal equivalent of OpenCL). I’ve search around a bit on PyPI and using Google, but haven’t found anything yet. Ronald P.S. I’m interested

Re: [Pythonmac-SIG] Python bindings for Metal?

2018-06-07 Thread Christopher Barker
On Thu, Jun 7, 2018 at 6:33 AM, Ronald Oussoren wrote: > Hi, > > Does anyone know of Python bindings to Apple’s Metal, and related, > framework(s)? no, but I'd ask on the scipy or numpy lists -- someone there would know. > I’m particularly interested in the compute parts (basically in the