refactor(metal): move ops, slice, random, fast, compile to internal/metal

Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Snider 2026-02-19 19:39:49 +00:00
parent 1cf5178c80
commit d6a49544bd
5 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
//go:build darwin && arm64
package mlx
package metal
/*
#include "mlx/c/mlx.h"

View file

@ -1,6 +1,6 @@
//go:build darwin && arm64
package mlx
package metal
/*
#include <stdlib.h>

View file

@ -1,6 +1,6 @@
//go:build darwin && arm64
package mlx
package metal
/*
#include <stdlib.h>

View file

@ -1,6 +1,6 @@
//go:build darwin && arm64
package mlx
package metal
/*
#include "mlx/c/mlx.h"

View file

@ -1,6 +1,6 @@
//go:build darwin && arm64
package mlx
package metal
/*
#include "mlx/c/mlx.h"