Does the uncomplicate stack have a gpu compute option that runs on M1 macs?
FWIW I've submitted a Clojurists Together proposal to explore this (and buy a Mac hardware). With a little luck, it might appear in Neanderhtal one day.
Not that I've seen. The only namespaces with a factory-by-type are:
• uncomplicate.neanderthal.cuda
• uncomplicate.neanderthal.native
• uncomplicate.neanderthal.opencl
Of course, cuda isn't supported, and opencl depends on native, which in turn uses the Intel MKL library, which won't work on Apple Silicon either.
Awesome. Thanks for the confirmation!