mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-25 01:41:17 +08:00
12 lines
166 B
C++
12 lines
166 B
C++
// Copyright © 2025 Apple Inc.
|
|
|
|
#include "mlx/backend/cuda/cuda.h"
|
|
|
|
namespace mlx::core::cu {
|
|
|
|
bool is_available() {
|
|
return false;
|
|
}
|
|
|
|
} // namespace mlx::core::cu
|