mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
10 lines
174 B
C++
10 lines
174 B
C++
// Copyright © 2025 Apple Inc.
|
|
|
|
#pragma once
|
|
|
|
namespace mlx::core::rocm {
|
|
|
|
/* Check if the ROCm backend is available. */
|
|
bool is_available();
|
|
|
|
} // namespace mlx::core::rocm
|