Skip to content

Commit

Permalink
chore: Add serialize_results method to benchmark_matmul_strategies.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiWang1999 committed Aug 9, 2024
1 parent 40a9b04 commit a16ee62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions benchmark/operators/benchmark_matmul_strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@ def run_compare_strategy(self, report=True, serialize=True, enable_tuning: bool

self.cleanup()

def serialize_results(self) -> None:
"""Serialize the benchmark results."""
pass


if __name__ == "__main__":
parser = argparse.ArgumentParser(description="Bitblas Matmul Operator Benchmark")
Expand Down

0 comments on commit a16ee62

Please sign in to comment.