Skip to content

Commit

Permalink
Add instruction sched variant to regression pipeline config
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAUT committed Oct 24, 2024
1 parent 95a3c3f commit 9fb65bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/perf-kernels/tools/tune_gemm/test_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def teardown_class(self):
},
], ids=lambda val: f"Config: {val}")
def test_matmul_performance_regression(self, config, record_property):
config.setdefault('instruction_sched_variant', 'default')

M, N, K, col_a, col_b, runConfig = tune_gemm.process_item(deepcopy(config))

Expand Down

0 comments on commit 9fb65bc

Please sign in to comment.