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 06986ba commit e192ba7Copy full SHA for e192ba7
compiler_opt/es/gin_configs/blackbox_trainer.gin
@@ -1,4 +1,4 @@
1
-import compiler_opt.es.es_worker
+import compiler_opt.es.blackbox_learner_test
2
# List of flags to add to clang compilation command. The flag names should
3
# match the actual flags provided to clang. An example for AFDO reinjection:
4
# train_eval.additional_flags=('-fprofile-sample-use=/path/to/gwp.afdo','-fprofile-remapping-file=/path/to/prof_remap.txt')
@@ -8,4 +8,4 @@ train.additional_compilation_flags=()
8
# should match the actual flags provided to clang.'
9
train.delete_compilation_flags=('-split-dwarf-file','-split-dwarf-output','-fthinlto-index','-fprofile-sample-use','-fprofile-remapping-file')
10
11
-train.worker_class=@es_worker.ESWorker
+train.worker_class=@blackbox_learner_test.ESWorker
0 commit comments