fix no metal build

This commit is contained in:
Awni Hannun 2023-12-23 16:37:10 -08:00
parent 8c3da54c7d
commit ace3a0ac5a

View File

@ -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;
} }