uncomplicate

phronmophobic 2024-07-16T16:54:14.903719Z

Does the uncomplicate stack have a gpu compute option that runs on M1 macs?

2024-07-18T11:33:34.500949Z

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.

🙏 1
quoll 2024-07-17T04:20:28.513729Z

Not that I've seen. The only namespaces with a factory-by-type are: • uncomplicate.neanderthal.cudauncomplicate.neanderthal.nativeuncomplicate.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.

👍 1
phronmophobic 2024-07-17T04:23:34.582309Z

Awesome. Thanks for the confirmation!