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