Skip to content

Commit

Permalink
chore: 🧹
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarflakstad committed Aug 23, 2024
1 parent 35eca06 commit cba87ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/ratchet-core/src/ops/matmul/gemm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ impl Kernel for GEMM {
let group_y = div_ceil;
let workgroup_count = wgc![group_x as _, group_y as _, self.spec.stacks() as _];

println!("workgroup_count: {:?}", workgroup_count);
Ok(Workload {
workgroup_count,
workgroup_size: wgs![8, 8, 1],
Expand Down

0 comments on commit cba87ed

Please sign in to comment.