mlx/python/src
nicolov d0c544a868
Add SVD primitive (#809)
Add SVD op using Accelerate's LAPACK following
https://developer.apple.com/documentation/accelerate/
compressing_an_image_using_linear_algebra

Co-authored-by: Nicolo Valigi <nvaligi@apple.com>
2024-03-12 12:30:11 -07:00
..
array.cpp fix inplace to not make a shallow copy (#804) 2024-03-07 09:34:11 -08:00
CMakeLists.txt Fix compile with non standard types (#745) 2024-02-26 19:28:53 -08:00
constants.cpp feat: Add numpy constants (#428) 2024-01-11 06:47:29 -08:00
device.cpp Adds device context manager (#679) 2024-02-14 14:14:58 -08:00
fast.cpp Fast Inference SDPA op (#735) 2024-03-04 21:06:11 -08:00
fft.cpp copyright + ack 2023-11-30 11:12:53 -08:00
indexing.cpp Scatter vjp (#394) 2024-01-09 13:36:51 -08:00
indexing.h Scatter vjp (#394) 2024-01-09 13:36:51 -08:00
linalg.cpp Add SVD primitive (#809) 2024-03-12 12:30:11 -07:00
load.cpp Metadata support for safetensors (#639) 2024-02-08 19:33:15 -08:00
load.h Metadata support for safetensors (#639) 2024-02-08 19:33:15 -08:00
metal.cpp bindings for memory info (#761) 2024-03-01 19:51:58 -08:00
mlx.cpp Version bump and os error (#807) 2024-03-07 13:57:58 -08:00
ops.cpp Fix docstring for correctly rendering (#820) 2024-03-12 11:46:44 -07:00
pybind11_numpy_fp16.h Pickle + dtype fix for numpy conversion (#763) 2024-03-02 06:09:29 -08:00
random.cpp Custom primitive + RoPE fat op (#676) 2024-02-14 14:04:25 -08:00
stream.cpp Adds device context manager (#679) 2024-02-14 14:14:58 -08:00
transforms.cpp Fix typo in transforms.cpp (#764) 2024-02-29 22:23:46 -08:00
trees.cpp Fix compile with non standard types (#745) 2024-02-26 19:28:53 -08:00
trees.h Fix compile with non standard types (#745) 2024-02-26 19:28:53 -08:00
utils.cpp Adds device context manager (#679) 2024-02-14 14:14:58 -08:00
utils.h Mlx array accessor (#128) 2023-12-11 13:42:55 -08:00