no metal backend support

This commit is contained in:
Ronan Collobert 2023-12-22 09:44:05 -08:00
parent 29a8b2047b
commit 5ccc1fb314

View File

@ -7,6 +7,9 @@
namespace mlx::core::metal { namespace mlx::core::metal {
void new_stream(Stream) {} void new_stream(Stream) {}
std::shared_ptr<void> new_memory_pool() {
return nullptr;
}
std::function<void()> make_task( std::function<void()> make_task(
array& arr, array& arr,