Skip to content

Commit

Permalink
Removing set binding policy re-definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
Satish Kamath committed Aug 10, 2023
1 parent 1cffbb4 commit 21fc259
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions eessi/testsuite/tests/apps/tensorflow/tensorflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ def run_after_setup(self):
else:
raise NotImplementedError(f'Failed to set number of tasks and cpus per task for device {self.device_type}')

@run_after('setup')
def set_binding_policy(self):
"""Set a binding policy"""
hooks.set_compact_process_binding(self)

@run_after('setup')
def set_thread_count_args(self):
"""Set exectuable opts defining the thread count"""
Expand Down

0 comments on commit 21fc259

Please sign in to comment.