Skip to content

Commit bcfac35

Browse files
committed
Temporarily comment out non-square matrices
1 parent 0666dac commit bcfac35

File tree

1 file changed

+1
-0
lines changed
  • blog/2024-11-21-optimizing-matrix-mul/code/benches

1 file changed

+1
-0
lines changed

blog/2024-11-21-optimizing-matrix-mul/code/benches/gpu_bench.rs

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const SIZES: &[(u32, u32, u32)] = &[
2121
(1024, 1024, 1024),
2222
(2048, 2048, 2048),
2323
(4096, 4096, 4096),
24+
/*
2425
// Non-square matrices
2526
(4, 2, 8), // A: 4x2, B: 2x8, Result: 4x8
2627
(8, 4, 2), // A: 8x4, B: 4x2, Result: 8x2

0 commit comments

Comments
 (0)