chore: update mlx-c bindings to 0.5.0 (#14303)

This commit is contained in:
Patrick Devine
2026-02-17 16:48:16 -08:00
committed by GitHub
parent 9aefd2dfee
commit f01a9a7859
8 changed files with 881 additions and 864 deletions

View File

@@ -4,6 +4,10 @@
#define MLX_GENERATED_H
#include "dynamic.h"
{{ range .Functions }}
#define {{ .Name }} {{ .Name }}_mlx_gen_orig_
{{- end }}
#include "mlx/c/mlx.h"
{{ range .Functions }}
#undef {{ .Name }}