Skip to content

Commit

Permalink
Updated default for blocking_factor xyz
Browse files Browse the repository at this point in the history
  • Loading branch information
proy30 committed Oct 24, 2024
1 parent dcdb8fe commit c00c91f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
state.n_cell_y = 32
state.n_cell_z = 32

state.blocking_factor_x = 32
state.blocking_factor_y = 32
state.blocking_factor_z = 32
state.blocking_factor_x = 16
state.blocking_factor_y = 16
state.blocking_factor_z = 16

state.mlmg_relative_tolerance = 1.0e-7
state.mlmg_absolute_tolerance = 0.0
Expand Down

0 comments on commit c00c91f

Please sign in to comment.