mlx-c

C API for MLX machine learning framework

brewmacoslinux
Try with needOr install directly
Source

About

C API for MLX

Commands

mlx-c

Examples

Link C code against MLX library for tensor operations$ gcc -o my_program my_program.c -lmlx-c
Include MLX C headers in compilation$ gcc -I$(brew --prefix mlx-c)/include -o app app.c -lmlx-c
Check installed MLX C library version and location$ pkg-config --modversion mlx-c && pkg-config --cflags --libs mlx-c