mlx/python/src
Luca Arnaboldi cbefd9129e
Implementation of pickle, copy and deepcopy for Python arrays (#300 & #367). (#713)
* Implemented pickling and copy for Python arrays(#300 & #367)

* Fixing typos

* Pickle with NumPy arrays

* Pickle: workaround for bfloat16

* Revert "Pickle: workaround for bfloat16"

This reverts commit 25afe6bc09.

* Added an error when pickling bfloat16

* Update python/tests/test_array.py

Co-authored-by: Awni Hannun <awni.hannun@gmail.com>

* Update python/tests/test_array.py

Co-authored-by: Awni Hannun <awni.hannun@gmail.com>

* Update python/src/array.cpp

Co-authored-by: Awni Hannun <awni.hannun@gmail.com>

* Update python/src/array.cpp

Co-authored-by: Awni Hannun <awni.hannun@gmail.com>

* clang-format applied

---------

Co-authored-by: Awni Hannun <awni.hannun@gmail.com>
2024-03-06 08:02:41 -08:00
..
array.cpp Implementation of pickle, copy and deepcopy for Python arrays (#300 & #367). (#713) 2024-03-06 08:02:41 -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 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 bindings for memory info (#761) 2024-03-01 19:51:58 -08:00
mlx.cpp Adds device context manager (#679) 2024-02-14 14:14:58 -08:00
ops.cpp nice tensordot for mlx c (#782) 2024-03-04 09:51:02 -08: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