fix no metal build (#276)

This commit is contained in:
Awni Hannun 2023-12-23 19:18:10 -08:00 committed by GitHub
parent 8c3da54c7d
commit 8b227fa9af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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