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