mlx/python/src
Awni Hannun fe1dabf272
Fix compile with non standard types (#745)
* refactor tree utils

* fix compile + tree code refactor

* Add an extra test

* add a few missing activations to docs

* hash structure

* Encode the full argument structure

---------

Co-authored-by: Angelos Katharopoulos <a_katharopoulos@apple.com>
2024-02-26 19:28:53 -08:00
..
array.cpp fix tolist for half types (#702) 2024-02-19 09:44:27 -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 Custom primitive + RoPE fat op (#676) 2024-02-14 14:04:25 -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 QR factorization (#310) 2024-01-26 09:27:31 -08: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 Support disable metal buffer cache to prevent performance degradation caused by large memory caching (#390) 2024-01-18 08:33:34 -08:00
mlx.cpp Adds device context manager (#679) 2024-02-14 14:14:58 -08:00
ops.cpp added atleast *args input support (#710) 2024-02-26 11:17:59 -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 compile with non standard types (#745) 2024-02-26 19:28:53 -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