Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarflakstad committed Jan 22, 2024
1 parent 086b6ef commit 884ef6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion candle-metal-kernels/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,8 @@ fn run_reduce<T: Clone>(v: &[T], out_length: usize, name: &'static str) -> Vec<T
&input,
0,
&output,
).unwrap();
)
.unwrap();
command_buffer.commit();
command_buffer.wait_until_completed();

Expand Down

0 comments on commit 884ef6e

Please sign in to comment.