mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-24 09:21:16 +08:00
10 lines
118 B
C++
10 lines
118 B
C++
// Copyright © 2023-24 Apple Inc.
|
|
|
|
#pragma once
|
|
|
|
namespace mlx::core::metal {
|
|
|
|
const char* get_kernel_preamble();
|
|
|
|
}
|