mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-25 18:11:15 +08:00
fix no metal build (#276)
This commit is contained in:
parent
8c3da54c7d
commit
8b227fa9af
@ -7,7 +7,7 @@
|
|||||||
namespace mlx::core::metal {
|
namespace mlx::core::metal {
|
||||||
|
|
||||||
void new_stream(Stream) {}
|
void new_stream(Stream) {}
|
||||||
std::shared_ptr<void> new_memory_pool() {
|
std::shared_ptr<void> new_scoped_memory_pool() {
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user