Commit dcd739a6 by Sebastian Pop Committed by Sebastian Pop

graphite.c (graphite_trans_loop_block): Adjust tile size to 51.

2009-02-21  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite.c (graphite_trans_loop_block): Adjust tile size to 51.

From-SVN: r144358
parent 6c3b938d
2009-02-21 Sebastian Pop <sebastian.pop@amd.com>
* graphite.c (graphite_trans_loop_block): Adjust tile size to 51.
2009-02-21 Richard Sandiford <rdsandiford@googlemail.com>
* loop-iv.c: Revert last change.
......
......@@ -5877,7 +5877,7 @@ graphite_trans_loop_block (VEC (graphite_bb_p, heap) *bbs, int loops)
bool transform_done = false;
/* TODO: - Calculate the stride size automatically. */
int stride_size = 64;
int stride_size = 51;
for (i = 0; VEC_iterate (graphite_bb_p, bbs, i, gb); i++)
transform_done |= graphite_trans_bb_block (gb, stride_size, loops);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment