1. 6ff14fd Restore CI Workflow by Aiden Grossman · 5 weeks ago main upstream/main
  2. 41dfda9 Misc improvements to inlining evaluation docs in demo (#341) by Aiden Grossman · 6 weeks ago
  3. df227b5 docs: regalloc-demo: Fix a typo in corpus extraction command (#339) by Dakkshesh · 8 weeks ago
  4. b4c1fed Remove infrastructure for publishing ml-compiler-opt as a package (#336) by Aiden Grossman · 4 months ago
  5. 3c28fa5 Install pytype on buildbot (#335) by Aiden Grossman · 4 months ago
  6. 7a62027 Remove corpus extraction tooling by Aiden Grossman · 4 months ago
  7. 0f895e3 Remove tfutils-use-simplelogger flag (#316) by Aiden Grossman · 6 months ago
  8. cba87f7 Add libpthreadpool to development Docker image by Aiden Grossman · 6 months ago
  9. f7bf19d Fix typo in regalloc demo by Aiden Grossman · 6 months ago
  10. 1f0bffe Fix bad merge in local_worker_manager.py by Mircea Trofin · 7 months ago
  11. a3edb98 [local-worker-mgr] Use `_get_context()` for cpu count, too by Mircea Trofin · 7 months ago
  12. 25c5254 [local-worker-mgr] Force using 'spawn' for process creation (#307) by Mircea Trofin · 7 months ago
  13. 2f20686 Update benchmarking.md (#308) by Andrii Roiko · 7 months ago
  14. 6960b47 [local-worker-mgr] Use `cloudpickle` (#306) by Mircea Trofin · 7 months ago
  15. 1677344 Type annotations and typing fixes in `policy_saver.py` (#305) by Mircea Trofin · 8 months ago
  16. 64ac3e7 Unify scalar type associations (#304) by Mircea Trofin · 8 months ago
  17. bf43fbc Remove vestigial reference to tensorflow C APIs in demo.md by Mircea Trofin · 8 months ago
  18. 8d5f648 Add es trainer setup and loop (#288) by salaast · 8 months ago
  19. 7e7865d Update README.md in a docker page (#300) by Andrii Roiko · 8 months ago
  20. 336d306 [env] Strong-typing for the observation (#299) by Mircea Trofin · 8 months ago
  21. bf3381c Fix `flatbuffers` capitalization in buildbot script by Mircea Trofin · 8 months ago
  22. 46fa121 Reland "Bump TFLite commit (#293)" by Aiden Grossman · 8 months ago
  23. bc7d502 Add support for `arguments`-style compilation databases (#297) (#298) by 二コポン · 9 months ago
  24. f64527c Chrome demo: libchrome is the target on Android by Mircea Trofin · 9 months ago
  25. 84efbae Revert "Reland "Bump TFLite commit (#293)" (#295)" (#296) by Mircea Trofin · 9 months ago
  26. e0267d5 Reland "Bump TFLite commit (#293)" (#295) by Aiden Grossman · 9 months ago
  27. 0a1219c Revert "Bump TFLite commit (#293)" (#294) by Mircea Trofin · 9 months ago
  28. 49e5d32 Bump TFLite commit (#293) by Aiden Grossman · 9 months ago
  29. aae377a Add blackbox_learner (#286) by salaast · 10 months ago
  30. 5f97020 Make combine_corpus only look at folders with a corpus description (#290) by Aiden Grossman · 10 months ago
  31. c7bf806 Fix combine_training_corpus.py by Aiden Grossman · 10 months ago
  32. 52a58d9 Edit perturbation type annotation and add algorithm enum (#287) by salaast · 10 months ago
  33. ec3f4bc Make make_corpus functions consistent with extract_ir functions (#283) by Aiden Grossman · 10 months ago
  34. 34a8851 Fix make_corpus warning message (#284) by Aiden Grossman · 10 months ago
  35. aca7c4e Fix type annotation and reformat imports in policy_utils (#282) by Mircea Trofin · 10 months ago
  36. 79d7049 add policy_utils (#279) by salaast · 10 months ago
  37. 45a45dd Add logging verbosity level flag to extract_ir.py (#278) by Aiden Grossman · 10 months ago
  38. b476595 Clean apt packages/cache after build by Aiden Grossman · 10 months ago
  39. b82deb3 Fix spurious AgentConfig member reference (#277) by Mircea Trofin · 11 months ago
  40. 5bf8776 Address reviewer feedback by Aiden Grossman · 11 months ago
  41. 4346e17 Add make_corpus utility by Aiden Grossman · 11 months ago
  42. 22c7154 Limit Github Actions packaging job to only run on main repo by Aiden Grossman · 11 months ago
  43. 56fbf33 Minor fixups in extract_ir.py by Aiden Grossman · 11 months ago
  44. 6379f41 Fix run_extraction after earlier patch by Aiden Grossman · 11 months ago
  45. 32064da Move extract_artifacts to inside run_extractions (#274) by Aiden Grossman · 11 months ago
  46. 06885c3 Add SklearnRegressionBlackboxOptimizer class (#270) by salaast · 11 months ago
  47. ceec562 Add docstrings to extract_ir_lib.py by Aiden Grossman · 11 months ago
  48. 94f030b Detail ES credits. (#265) by Mircea Trofin · 11 months ago
  49. f39ca9c remove unused flags (#272) by salaast · 11 months ago
  50. 6b59568 Fix build version number in packaging CI workflow by Aiden Grossman · 11 months ago
  51. d1b5884 Add packaging CI (#266) by Aiden Grossman · 11 months ago
  52. 88ed39b Add directory input to extract_ir.py by Aiden Grossman · 11 months ago
  53. 6294cf9 Refactor combine_training_corpus.py into script and library (#268) by Aiden Grossman · 11 months ago
  54. dafc347 Refactor functionality of extract_ir.py into a library (#267) by Aiden Grossman · 11 months ago
  55. f45ed53 Add pyproject.toml to enable packaging by Aiden Grossman · 12 months ago
  56. cf03482 Type annotations (#264) by salaast · 11 months ago
  57. 4ed8a52 Type annotations (#256) by salaast · 11 months ago
  58. e942944 Update components_unittests.json - [Is]OptedToInParentalSupervision by Mircea Trofin · 11 months ago
  59. e065a1d Fix imports and remove extraneous comments (#258) by salaast · 12 months ago
  60. 60e0c59 Add SamplerWithoutReplacement to corpus.py. (#259) by Jacob Hegna · 12 months ago
  61. 52fa04f Fix extract_ir.py for macos. (#260) by Jacob Hegna · 12 months ago
  62. 91a2f27 Fix caching in CI (#262) by Aiden Grossman · 12 months ago
  63. 2f68108 Quick CI Fix by Aiden Grossman · 12 months ago
  64. 41cb002 Remove compiler_opt/tools/requirements.txt by Aiden Grossman · 12 months ago
  65. 7a58d7d Explicitly close & join multiprocessing.Pool in `extract_ir` (#257) by Mircea Trofin · 12 months ago
  66. 83b359b Add blackbox optimizers and secondorder blackbox optimizers (#249) by salaast · 12 months ago
  67. 093dae7 Add gradient ascent optimization algorithms (#247) by salaast · 12 months ago
  68. aeb1eb2 Remove dangling TENSORFLOW_C_LIB_PATH references in benchmarking code by Aiden Grossman · 12 months ago
  69. 248b2ee Fix import name conflict. by Jacob Hegna · 12 months ago
  70. ce66ac0 Add MLGO environments. (#228) by Jacob Hegna · 12 months ago
  71. e08d84d Update inining demo with new Fuchsia toolchain target by Mircea Trofin · 12 months ago
  72. 33bd56d Update contributing.md (#246) by Gokulakrishnan Balaji · 1 year ago
  73. be6c92f Update pipfile lock. Specify right `gin` package (#218) by Mircea Trofin · 1 year ago
  74. 9d00bcf [NFC] Log reader changes for MLGO environments. (#242) by Jacob Hegna · 1 year ago
  75. c963a8a Update components_unittests.json (#241) by Mircea Trofin · 1 year ago
  76. 5ba83f0 Removed references to inlining in general-purpose places (#240) by Mircea Trofin · 1 year ago
  77. 0889219 Rename `agent_creators` to `agent_config` (#239) by Mircea Trofin · 1 year ago
  78. f6cc33d Explicitely set library directory name (#231) by Matthias Braun · 1 year ago
  79. 2006fcc Refactor agent configuration. (#237) by Mircea Trofin · 1 year ago
  80. 74d638a Setting `output_dir` for extract_ir_test (#238) by Mircea Trofin · 1 year ago
  81. 599880b Ensure data_collector.DEADLINE_IN_SECONDS is higher than compilation_runner.COMPILATION_TIMEOUT (#232) by Matthias Braun · 1 year ago
  82. 6d9b2ae compilation_runner: Option to keep temporary files (#235) by Matthias Braun · 1 year ago
  83. 4bcd173 Log failed compilation attempts (#234) by Matthias Braun · 1 year ago
  84. 6d16171 Write reward_stat_map atomically (#233) by Matthias Braun · 1 year ago
  85. 4cbdf42 Fix output_dir requirement setting (#236) by Matthias Braun · 1 year ago
  86. ed032df Remove Chromium Patches (#229) by Aiden Grossman · 1 year, 1 month ago
  87. 0d7df23 [Docs] Switch fuchsia path to be more consistent by Aiden Grossman · 1 year, 1 month ago
  88. 3527014 Reword doc in `generate_vocab` (#227) by Mircea Trofin · 1 year, 1 month ago
  89. 441adea Rename `sparse_bucket_generator` to `generate_vocab` (#226) by Mircea Trofin · 1 year, 1 month ago
  90. 08ba9aa Make `generate_default_trace_test` closer to actual use (#225) by Mircea Trofin · 1 year, 1 month ago
  91. 2935865 Make `worker.get_full_worker_args` more user friendly (#223) by Mircea Trofin · 1 year, 1 month ago
  92. f89c355 Switch `generate_default_trace` to `worker` infrastructure. (#222) by Mircea Trofin · 1 year, 1 month ago
  93. 2f63d6b Change the return type of buffered_scheduler APIs (#221) by Mircea Trofin · 1 year, 1 month ago
  94. 387ed6f Update docs to point out common issue with Fuchsia path setup (#220) by Aiden Grossman · 1 year, 1 month ago
  95. 5eeb57e Update documentation to note the Chromium commit SHA to generate patches by Aiden Grossman · 1 year, 1 month ago
  96. 598c41f Rebase Chromium Bitcode embedding patch by Aiden Grossman · 1 year, 1 month ago
  97. 02a0276 Simplify scheduling work on a worker pool (#219) by Mircea Trofin · 1 year, 1 month ago
  98. 8b04c35 Update README.md by Mircea Trofin · 1 year, 1 month ago
  99. 7a41e6b Fix typo (Part of Issue #217) by Mircea Trofin · 1 year, 1 month ago
  100. e73ee90 Enable `--overriding-parameter-count-checks` for `ptype` and fix related failures (#216) by Mircea Trofin · 1 year, 1 month ago