2023-12-01 03:12:53 +08:00
|
|
|
// Copyright © 2023 Apple Inc.
|
|
|
|
|
2023-11-30 02:30:41 +08:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "mlx/array.h"
|
|
|
|
#include "mlx/backend/metal/metal.h"
|
2024-02-05 22:51:22 +08:00
|
|
|
#include "mlx/compile.h"
|
2023-11-30 02:30:41 +08:00
|
|
|
#include "mlx/device.h"
|
2024-05-24 08:04:02 +08:00
|
|
|
#include "mlx/distributed/distributed.h"
|
|
|
|
#include "mlx/distributed/ops.h"
|
2024-07-26 00:36:44 +08:00
|
|
|
#include "mlx/einsum.h"
|
2024-12-25 03:19:13 +08:00
|
|
|
#include "mlx/export.h"
|
2024-02-15 06:04:25 +08:00
|
|
|
#include "mlx/fast.h"
|
2023-11-30 02:30:41 +08:00
|
|
|
#include "mlx/fft.h"
|
2024-01-20 06:06:05 +08:00
|
|
|
#include "mlx/io.h"
|
2023-12-27 11:42:04 +08:00
|
|
|
#include "mlx/linalg.h"
|
2025-03-21 22:25:12 +08:00
|
|
|
#include "mlx/memory.h"
|
2023-11-30 02:30:41 +08:00
|
|
|
#include "mlx/ops.h"
|
|
|
|
#include "mlx/random.h"
|
|
|
|
#include "mlx/stream.h"
|
|
|
|
#include "mlx/transforms.h"
|
|
|
|
#include "mlx/utils.h"
|
2025-02-20 12:30:19 +08:00
|
|
|
#include "mlx/version.h"
|