We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb1c93 commit cb4a042Copy full SHA for cb4a042
candle-core/src/quantized/metal.rs
@@ -38,7 +38,7 @@ impl QMetalStorage {
38
39
let buffer = self.device.allocate_buffer(self.buffer.length())?;
40
let blit = self.device.blit_command_encoder()?;
41
- blie.set_label("blit_to_cpu")?;
+ blit.set_label("blit_to_cpu");
42
blit.copy_from_buffer(&self.buffer, 0, &buffer, 0, self.buffer.length());
43
blit.end_encoding();
44
self.device.wait_until_completed()?;
0 commit comments