From 0f895e325491793efbc45a1675f9a71f7c8c4f9e Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 16 Nov 2023 07:01:14 -0800 Subject: [PATCH] Remove tfutils-use-simplelogger flag (#316) --- compiler_opt/rl/compilation_runner.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/compiler_opt/rl/compilation_runner.py b/compiler_opt/rl/compilation_runner.py index 27124d23..a3f5c0b4 100644 --- a/compiler_opt/rl/compilation_runner.py +++ b/compiler_opt/rl/compilation_runner.py @@ -408,12 +408,6 @@ def collect_data(self, with tempdir_context as tempdir: final_cmd_line = loaded_module_spec.build_command_line(tempdir) - # TODO(mtrofin): remove this once the compiler only generates this by - # default - final_cmd_line += ( - '-mllvm', - '-tfutils-use-simplelogger', - ) tf_policy_path = '' if policy is not None: model_id_suffix = f'-{model_id}' if model_id is not None else ''