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