mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-24 01:17:26 +08:00
9 lines
150 B
C++
9 lines
150 B
C++
// Copyright © 2025 Apple Inc.
|
|
|
|
namespace mlx::core::rocm {
|
|
|
|
void compile() {
|
|
// Placeholder for ROCm compilation
|
|
}
|
|
|
|
} // namespace mlx::core::rocm
|