mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-21 12:06:42 +08:00
no metal backend support
This commit is contained in:
parent
29a8b2047b
commit
5ccc1fb314
@ -7,6 +7,9 @@
|
|||||||
namespace mlx::core::metal {
|
namespace mlx::core::metal {
|
||||||
|
|
||||||
void new_stream(Stream) {}
|
void new_stream(Stream) {}
|
||||||
|
std::shared_ptr<void> new_memory_pool() {
|
||||||
|
return nullptr;
|
||||||
|
}
|
||||||
|
|
||||||
std::function<void()> make_task(
|
std::function<void()> make_task(
|
||||||
array& arr,
|
array& arr,
|
||||||
|
Loading…
Reference in New Issue
Block a user