mlx/mlx/backend/rocm/compiled.cpp
2025-06-16 22:42:56 +01:00

9 lines
150 B
C++

// Copyright © 2025 Apple Inc.
namespace mlx::core::rocm {
void compile() {
// Placeholder for ROCm compilation
}
} // namespace mlx::core::rocm