Skip to content

Commit 12c239b

Browse files
authored
Move buffered_scheduler out of local (#157)
It's got nothing to do with "local", it is reusable just fine as-is in distributed scenarios.
1 parent a3dbc19 commit 12c239b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

compiler_opt/distributed/local/buffered_scheduler_test.py renamed to compiler_opt/distributed/buffered_scheduler_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
from absl.testing import absltest
2222
from compiler_opt.distributed import worker
23-
from compiler_opt.distributed.local import buffered_scheduler
23+
from compiler_opt.distributed import buffered_scheduler
2424

2525

2626
class BufferedSchedulerTest(absltest.TestCase):

compiler_opt/rl/local_data_collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from tf_agents.trajectories import trajectory
2424

2525
from compiler_opt.distributed import worker
26-
from compiler_opt.distributed.local import buffered_scheduler
26+
from compiler_opt.distributed import buffered_scheduler
2727
from compiler_opt.rl import compilation_runner
2828
from compiler_opt.rl import corpus
2929
from compiler_opt.rl import data_collector

0 commit comments

Comments
 (0)