We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0d885 commit 18c0f77Copy full SHA for 18c0f77
compiler_opt/rl/local_data_collector.py
@@ -82,7 +82,7 @@ def _prefetch_next_sample(self):
82
def close_pool(self):
83
self._join_pending_jobs()
84
# if the pool lost some workers, that's fine - we don't need to tell them
85
- # anything anymore. To the new ones, the call is redudant (fine).
+ # anything anymore. To the new ones, the call is redundant (fine).
86
for p in self._workers:
87
p.cancel_all_work()
88
self._workers = None
0 commit comments