mirror of
https://github.com/ml-explore/mlx.git
synced 2025-07-28 13:11:26 +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
|