mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-24 17:31:16 +08:00
![]() * redesign for faster cpu/gpu synch * load + more async CPU * use command encoder API and move more ops to use it * make fence back-end generic + CPU only fence * faster build * fix async eval * fixes + handle temporaries * fix / improve cpu conv * remove unused status, fix siblings * fix extensions * fix * fix no cpu build * format * comments * fix perf regression, remove unecessary abort * fix events, task limit cpu * fix waiting * fix donation / temporaries in normalization |
||
---|---|---|
.. | ||
axpby | ||
mlx_sample_extensions | ||
bindings.cpp | ||
CMakeLists.txt | ||
pyproject.toml | ||
README.md | ||
requirements.txt | ||
setup.py | ||
test.py |
Build
pip install -e .
For faster builds during development, you can also pre-install the requirements:
pip install -r requirements.txt
And then run:
python setup.py build_ext -j8 --inplace
Test
python test.py