omlins / ParallelStencil.jl

Package for writing high-level code for parallel high-performance stencil computations that can be deployed on both GPUs and CPUs
BSD 3-Clause "New" or "Revised" License
323 stars 38 forks source link

Add support for `Metal` backend #175

Closed GiackAloZ closed 2 weeks ago

GiackAloZ commented 3 weeks ago

This PR adds support for the Metal backend, which makes it possible to use Apple silicon GPUs.

Supported features:

TODO:

omlins commented 2 weeks ago

Thanks @GiackAloZ , @albert-de-montserrat !