Skip to content

Commit

Permalink
Merge pull request #79 from satishskamath/tensorflow
Browse files Browse the repository at this point in the history
Removing set binding policy re-definition.
  • Loading branch information
casparvl authored Aug 10, 2023
2 parents 1cffbb4 + 21fc259 commit cf6daee
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 cf6daee

Please sign in to comment.