13 lines
177 B
C
13 lines
177 B
C
|
|
// Copyright © 2025 Apple Inc.
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "mlx/array.h"
|
||
|
|
#include "mlx/stream.h"
|
||
|
|
|
||
|
|
namespace mlx::core::cpu {
|
||
|
|
|
||
|
|
void eval(array& arr);
|
||
|
|
|
||
|
|
} // namespace mlx::core::cpu
|