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