Files
mlx/examples/extensions
Nripesh Niketan a30e7ed2da feat: metal formatting and pre-commit bump (#1038)
* feat: metal formatting and pre-commit bump

* add guards

* update

* more guards

* more guards

* smakk fix

* Refactor instantiation of ternary types in ternary.metal

* fix scan.metal
2024-04-30 07:18:09 -07:00
..
2024-04-09 08:50:36 -07:00
2024-04-09 08:50:36 -07:00
2024-04-19 12:24:07 -07:00
2024-04-09 08:50:36 -07:00
2024-04-09 08:50:36 -07:00
2024-04-09 08:50:36 -07:00

Build the extensions

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