mlx/mlx/backend/cuda/cuda.cpp
Awni Hannun 283a136c64 rebase
2025-06-10 10:54:53 -07:00

12 lines
165 B
C++

// Copyright © 2025 Apple Inc.
#include "mlx/backend/cuda/cuda.h"
namespace mlx::core::cu {
bool is_available() {
return true;
}
} // namespace mlx::core::cu