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