Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vatai committed May 18, 2021
1 parent 1de0384 commit f5a2089
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions benchmarker/benchmarker.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def run(argv):

if do_rapl:
rapl_monitor.stop()
benchmark.post_process()

return params

Expand Down
3 changes: 3 additions & 0 deletions benchmarker/frameworks/i_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ def get_kernel(self, params, remaining_args):
assert remaining_args == [], f"unexpected args: {remaining_args}"
# TODO: rename into kernel
self.net = module_kernel.get_kernel(self.params)

def post_process(self):
pass

0 comments on commit f5a2089

Please sign in to comment.