You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/maxtext/configs/base.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,10 @@ ragged_gather_fallback: false # when true, unconditionally use the JAX reference
226
226
# ragged gather SparseCore kernel. When false (default), use the SparseCore kernel.
227
227
ragged_gather_reduce_fallback: false # when true, unconditionally use the JAX reference implementation instead of the
228
228
# ragged gather reduce SparseCore kernel. When false (default), use the SparseCore kernel.
229
+
ragged_gather_cost_estimate_flops: -1# -1 means auto-compute, any > 0 value overrides the flop cost estimate for the ragged gather kernel
230
+
ragged_gather_reduce_cost_estimate_flops: -1# -1 means auto-compute, any > 0 value overrides the flop cost estimate for the ragged gather reduce kernel
231
+
ragged_gather_cost_estimate_bytes_accessed: -1# -1 means auto-compute, any > 0 value overrides the bytes_accessed cost estimate for the ragged gather kernel
232
+
ragged_gather_reduce_cost_estimate_bytes_accessed: -1# -1 means auto-compute, any > 0 value overrides the bytes_accessed cost estimate for the ragged gather reduce kernel
229
233
# tunable tiling dimensions used for mlp gmm
230
234
# megablox/jax ragged dot - supports forward pass only (6 configs: `wi_tile_fwd...` and `wo_tile_fwd_...`)
0 commit comments