Skip to content

Commit

Permalink
Bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed May 25, 2024
1 parent a73019e commit 093792f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle-core/src/metal_backend/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ impl BackendStorage for MetalStorage {
&command_buffer,
&self.device.kernels,
name,
layout.dims(),
&[b_size, l_in, c_out, k_size],
params.k_size,
params.stride,
BufferOffset::zero_offset(&col.buffer),
Expand Down

0 comments on commit 093792f

Please sign in to comment.