Hello.
I have to diagonalize Hermtian matrices with large (e.g. 10k X 10k) dimensions for many times. To reduce computing time, I am considering using GPUs. Since I have a Mac mini with M1 chip now, I would like to try solving eigen-problems with it.
Does Metal.jl support diagonalizing matrices on M-series GPUs?
If not, are there any options to compute eigenvalues on GPUs in Apple Silicons?
Thank you.