An open API service indexing awesome lists of open source software.

https://github.com/utakotoba/mlx-lattice

Sparse convolution library for MLX designed for point cloud operation.
https://github.com/utakotoba/mlx-lattice

inference mlx neural-network point-cloud sparse sparse-matrix training

Last synced: about 1 month ago
JSON representation

Sparse convolution library for MLX designed for point cloud operation.

Awesome Lists containing this project

README

          

### MLX Lattice

Sparse convolution library for Apple [MLX](https://github.com/ml-explore/mlx) designed for point cloud operations.

> [!WARNING]
> Current branch is mainly used for refactoring for version 0.2.0.

### Acknowledgement

This project is heavily based on [MLX](https://github.com/ml-explore/mlx), an array framework for machine learning on Apple silicon developed by Apple machine learning research.

### License

Copyright © 2026 Z.Y. Lin; open sourced under [MIT license](/LICENSE)

### Citation

If you use this project in research, please cite this repository using the metadata in [`CITATION.cff`](./CITATION.cff).

```BibTex
@software{mlx-lattice2026,
author = {Lin, Zhenyan},
license = {MIT},
title = {{mlx-lattice}: Sparse convolution library for MLX},
url = {https://github.com/utakotoba/mlx-lattice},
year = {2026},
}
```

This project uses [MLX](https://github.com/ml-explore/mlx) for machine learning on Apple silicon. If MLX is relevant to your research results, please cite MLX as requested by its authors, refer to [mlx#citing-mlx](https://github.com/ml-explore/mlx#citing-mlx).