Use SmallVector for shapes and strides

This commit is contained in:
Cheng
2025-08-01 21:38:10 +09:00
parent be9bc96da4
commit 68e9c60d22
30 changed files with 677 additions and 101 deletions

View File

@@ -8,6 +8,7 @@
#include "mlx/fft.h"
#include "mlx/ops.h"
#include "python/src/small_vector.h"
namespace mx = mlx::core;
namespace nb = nanobind;