Open AzizAlqasem opened 3 years ago
Running python on Apple Metal is incredible, especially with the new M1 MAX chip. I will definitely going to try your method on my new MacBook Pro! I wish there is a direct way to use metal API from python, as M1 MAX has an impressive performance!
Thanks for publishing your method and benchmark!
metalcompute with mlx.core.array. MLX is developed byApple, metalcompute is a third party package that allows you to create kernels in str().
Running python on Apple Metal is incredible, especially with the new M1 MAX chip. I will definitely going to try your method on my new MacBook Pro! I wish there is a direct way to use metal API from python, as M1 MAX has an impressive performance!
Thanks for publishing your method and benchmark!