ml-explore / mlx

MLX: An array framework for Apple silicon
https://ml-explore.github.io/mlx/
MIT License
15.01k stars 856 forks source link

Implemented Cholesky on CPU #1026 #1119

Closed arn4 closed 2 weeks ago

arn4 commented 2 weeks ago

Proposed changes

Implemented Cholesky Decomposition for real matrix on CPU, as requested in #1026.

There is nothing done for the GPU.

Checklist

Put an x in the boxes that apply.