mirror of
https://github.com/ml-explore/mlx.git
synced 2025-07-19 07:31:26 +08:00
10 lines
127 B
C++
10 lines
127 B
C++
// Copyright © 2025 Apple Inc.
|
|
|
|
#pragma once
|
|
|
|
namespace mlx::core::cpu {
|
|
|
|
bool is_available();
|
|
|
|
} // namespace mlx::core::cpu
|