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