mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-24 09:21:16 +08:00
8 lines
201 B
C
8 lines
201 B
C
// Copyright © 2023-2024 Apple Inc.
|
|
|
|
#include "mlx/backend/metal/kernels/binary.h"
|
|
#include "mlx/backend/metal/kernels/ternary.h"
|
|
#include "mlx/backend/metal/kernels/unary.h"
|
|
|
|
typedef half float16_t;
|