File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1616from compiler_gym .envs .gcc .gcc_rewards import AsmSizeReward , ObjSizeReward
1717from compiler_gym .service import ConnectionOpts
1818from compiler_gym .service .client_service_compiler_env import ClientServiceCompilerEnv
19- from compiler_gym .spaces import Reward
2019from compiler_gym .service .connection_pool import ServiceConnectionPoolBase
20+ from compiler_gym .spaces import Reward
2121from compiler_gym .util .decorators import memoized_property
2222from compiler_gym .util .gym_type_hints import ObservationType , OptionalArgumentValue
2323from compiler_gym .views import ObservationSpaceSpec
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ if(COMPILER_GYM_ENABLE_LLVM_ENV)
1515 compiler_gym::compiler_gym
1616 compiler_gym::envs::envs
1717 compiler_gym::errors::errors
18+ compiler_gym::service::service
1819 compiler_gym::service::service_cache
1920 tests::test_main
2021 )
Original file line number Diff line number Diff line change 88
99import compiler_gym
1010from compiler_gym .envs .llvm import LLVM_SERVICE_BINARY
11- from compiler_gym .service import ConnectionOpts , ServiceConnectionPool
1211from compiler_gym .errors import ServiceError
12+ from compiler_gym .service import ConnectionOpts , ServiceConnectionPool
1313from tests .test_main import main
1414
1515pytest_plugins = ["tests.pytest_plugins.llvm" ]
You can’t perform that action at this time.
0 commit comments