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
This PR adds support for the
Metal
backend, which makes it possible to use Apple silicon GPUs.Supported features:
Float32
floating points (Float64
is NOT supported byMetal
)Metal
v1.2 and higherTODO:
memopt
flag for Metal backend (currently not working)