mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 19:18:50 +00:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
a0282751d5 |
@ -889,6 +889,7 @@ impl BackendStorage for MetalStorage {
|
|||||||
command_buffer.set_label("matmul");
|
command_buffer.set_label("matmul");
|
||||||
drop(command_buffer);
|
drop(command_buffer);
|
||||||
self.device.commit();
|
self.device.commit();
|
||||||
|
self.device.wait_until_completed();
|
||||||
|
|
||||||
Ok(Self::new(out_buffer, self.device.clone(), self.dtype()))
|
Ok(Self::new(out_buffer, self.device.clone(), self.dtype()))
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user