Skip to content

Commit

Permalink
Revert threshold (worse on desktop).
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Jul 20, 2023
1 parent c1a5b31 commit d0c85b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemm-common/src/gemm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ impl Conj for c64 {
}
}

pub const DEFAULT_THREADING_THRESHOLD: usize = 64 * 64 * 256;
pub const DEFAULT_THREADING_THRESHOLD: usize = 48 * 48 * 256;
pub const DEFAULT_RHS_PACKING_THRESHOLD: usize = 128;
pub const DEFAULT_LHS_PACKING_THRESHOLD_SINGLE_THREAD: usize = 8;
pub const DEFAULT_LHS_PACKING_THRESHOLD_MULTI_THREAD: usize = 16;
Expand Down

0 comments on commit d0c85b1

Please sign in to comment.