mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-21 20:46:46 +08:00
fix no metal build
This commit is contained in:
parent
8c3da54c7d
commit
ace3a0ac5a
@ -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