Skip to content

Commit

Permalink
[tuner]: format the code
Browse files Browse the repository at this point in the history
Signed-off-by: Bangtian Liu <[email protected]>
  • Loading branch information
bangtianliu committed Dec 9, 2024
1 parent aa4f2d5 commit 89e7b1a
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions tuner/tuner/dispatch_parser_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,24 +80,8 @@ def test_get_conv_tile_sizes(tuner_ctx: common.TunerContext) -> None:
gpu_pipeline_options=iree_gpu.PipelineOptionsAttr.get(),
waves_per_eu=1,
)
assert config.lowering_config.workgroup_tile_sizes == [
1,
1,
464,
320,
1,
1,
0,
]
assert config.lowering_config.reduction_tile_sizes == [
0,
0,
0,
0,
0,
0,
16,
]
assert config.lowering_config.workgroup_tile_sizes == [1, 1, 464, 320, 1, 1, 0]
assert config.lowering_config.reduction_tile_sizes == [0, 0, 0, 0, 0, 0, 16]


def test_get_contract_tile_sizes(tuner_ctx: common.TunerContext) -> None:
Expand Down

0 comments on commit 89e7b1a

Please sign in to comment.