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:
parent
1cf5178c80
commit
d6a49544bd
5 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
//go:build darwin && arm64
|
||||
|
||||
package mlx
|
||||
package metal
|
||||
|
||||
/*
|
||||
#include "mlx/c/mlx.h"
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
//go:build darwin && arm64
|
||||
|
||||
package mlx
|
||||
package metal
|
||||
|
||||
/*
|
||||
#include <stdlib.h>
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
//go:build darwin && arm64
|
||||
|
||||
package mlx
|
||||
package metal
|
||||
|
||||
/*
|
||||
#include <stdlib.h>
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
//go:build darwin && arm64
|
||||
|
||||
package mlx
|
||||
package metal
|
||||
|
||||
/*
|
||||
#include "mlx/c/mlx.h"
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
//go:build darwin && arm64
|
||||
|
||||
package mlx
|
||||
package metal
|
||||
|
||||
/*
|
||||
#include "mlx/c/mlx.h"
|
||||
Loading…
Add table
Reference in a new issue