baldand / py-metal-compute

A python library to run metal compute kernels on macOS
MIT License
68 stars 11 forks source link

Iterative use of the metal kernel gets slower and slower #36

Open JohanvandeKoppel opened 8 months ago

JohanvandeKoppel commented 8 months ago

First, great package! I am really happy with it since OpenCL that I used previously has been depreciated in macos, and I therefore couldn't use my Macbook voor GPU computing anymore.

I use your package to implement a reaction-diffusion model that iteratively runs a metal kernel. I note that the kernel gets progressively slower. Do you have any experience with or solution for that?

Regards, Johan