Hi all,
I'm using a newer GHC version, to natively compile my Haskell code to the Apple M2 chip.
I'd like to access the GPU in the M2. And it seemed like Accelerate was the way to go.
But, it looks like it won't support what I intend.
Does anyone know of a way to access the GPU in the M2 when natively compiling to aarch64?
Thanks,
-db