Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertdelajonquieresonos committed Oct 2, 2024
1 parent ac51410 commit 4cf3ca5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metal/src/kernels/matmul/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ pub struct GemmDispatchParams {
}

impl GemmDispatchParams {
#[allow(clippy::too_many_arguments)]
pub fn compute_dispatches_params(
dt: DatumType,
a_offset: usize,
Expand Down

0 comments on commit 4cf3ca5

Please sign in to comment.