mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Ios compile (#784)
* try to fix build for ios * skip cpu compile * fix namespace * fix namespace * Use CMake for platform specific cpu compile --------- Co-authored-by: Angelos Katharopoulos <a_katharopoulos@apple.com>
This commit is contained in:
11
mlx/compile_impl.h
Normal file
11
mlx/compile_impl.h
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright © 2023-2024 Apple Inc.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "mlx/device.h"
|
||||
|
||||
namespace mlx::core::detail {
|
||||
|
||||
bool compile_available_for_device(const Device& device);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user