mirror of
https://github.com/ml-explore/mlx.git
synced 2025-07-17 14:31:14 +08:00
13 lines
269 B
C
13 lines
269 B
C
// Copyright © 2023-24 Apple Inc.
|
|
|
|
#pragma once
|
|
|
|
// clang-format off
|
|
#include "mlx/types/half_types.h"
|
|
#include "mlx/types/complex.h"
|
|
#include "mlx/backend/cpu/unary_ops.h"
|
|
#include "mlx/backend/cpu/binary_ops.h"
|
|
// clang-format on
|
|
|
|
const char* get_kernel_preamble();
|