mirror of
https://github.com/ml-explore/mlx.git
synced 2025-07-27 11:31:21 +08:00

* refactor cpu preamble * fix include order * fix some issues' * fixes for linux * try to fix includes * add back warning suppression * more linux fixes
12 lines
226 B
C
12 lines
226 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/common/ops.h"
|
|
// clang-format on
|
|
|
|
const char* get_kernel_preamble();
|