mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-24 09:21:16 +08:00
11 lines
169 B
C++
11 lines
169 B
C++
// Copyright © 2025 Apple Inc.
|
|
|
|
#include "mlx/backend/rocm/rocm.h"
|
|
|
|
namespace mlx::core::rocm {
|
|
|
|
bool is_available() {
|
|
return false;
|
|
}
|
|
|
|
} // namespace mlx::core::rocm
|