1. c00eebc Use .item() before casting single item NP array (#542) by Aiden Grossman · 2 days ago main upstream/main
  2. 2372e55 Assert that an output stream is available when we expect it (#541) by Aiden Grossman · 2 days ago
  3. 1fdf038 demo docker (#539) by Mircea Trofin · 10 days ago
  4. 2351816 [ir2vec] Make the `ir2vec_vocab_path` optional (#537) by Mircea Trofin · 4 weeks ago
  5. 07d7ab4 [es] policy_saver_function fix; logging weights fix (#538) by Mircea Trofin · 4 weeks ago
  6. 5285826 [buildbot] Clone ml-compiler-opt in /tmp by Mircea Trofin · 4 weeks ago
  7. 2b5a437 Update buildbot_init.sh to clone ml-compiler-opt (#536) by Mircea Trofin · 4 weeks ago
  8. 8220c3e Pipfile.lock specific to the python version (#535) by Mircea Trofin · 4 weeks ago
  9. 37577ea Remove use of deprecated np.reshape call (#534) by Aiden Grossman · 6 weeks ago
  10. 2afb6f8 Follow-up from PR #533 by Mircea Trofin · 9 weeks ago
  11. 2e9ed78 Fix file opening method in _get_nr_branch_weights by Mircea Trofin · 9 weeks ago
  12. e35d070 Profgen: import using the same pattern as in other tools (#533) by Mircea Trofin · 9 weeks ago
  13. 23a3d5b Profgen - tooling for extracting IR with profile info (#532) by Mircea Trofin · 9 weeks ago
  14. df6c301 [Dockerfile] Update the docker file to include all pipenv dependencies (#531) by Haowei · 2 months ago
  15. d200783 [nfc] alias tf_agents.policies.policy_saver as tf_policy_saver (#528) by Chase Naples · 4 months ago
  16. cfcdd82 [buildbot] Adjust gemmlowp_INSTALL_LIBDIR based on CMake's choices (#468) by Peter Rong · 4 months ago
  17. a2604d0 Rename policy_saver.PolicySaver to (e.g.) policy_saver.MLGOPolicySaver (#527) by Harishankar.1 · 4 months ago
  18. a075d97 [Buildbot] Update toolchain to clang/lld 20 (#526) by Aiden Grossman · 5 months ago
  19. 72fded3 Update buildbot script to bookworm by Aiden Grossman · 5 months ago
  20. 323d0c2 Integrating IR2Vec with inlining_runner (#525) by S. VenkataKeerthy · 6 months ago
  21. a6dfa25 Save models during ES training in a separate thread by Aiden Grossman · 6 months ago
  22. 0b85081 Make blackbox_learner_test use FS for seeing written policies by Aiden Grossman · 6 months ago
  23. e5f9308 Fix CI post b1aa19a694a6a53ef3541e9b0841d3a716fe3df3 (#522) by Aiden Grossman · 6 months ago
  24. b1aa19a Restore best model test functionality by Aiden Grossman · 6 months ago
  25. 763a1e4 Add -disable-llvm-passes in compile_corpus.py (#519) by Aiden Grossman · 8 months ago
  26. 3842934 Split train_locally into a binary and a library (#518) by Aiden Grossman · 8 months ago
  27. efd3cbe Use flag required arguments by Aiden Grossman · 8 months ago
  28. 79c7a68 Delete benchmarking utilities by Aiden Grossman · 8 months ago
  29. 6e270bc Remove leftover comments in generate_bc_trajectories_test by Aiden Grossman · 8 months ago
  30. bf1bf47 Use flag.DEFINE_* return methods by Aiden Grossman · 8 months ago
  31. 1f0230f Fixing tests due to recent changes (#514) by S. VenkataKeerthy · 8 months ago
  32. 3a7e9dd ES flow for Inlining (#504) by S. VenkataKeerthy · 8 months ago
  33. 2b0a74b Use proper flag type for chunk_count by Aiden Grossman · 8 months ago
  34. 02fbdde Add group_functions binary by Aiden Grossman · 8 months ago
  35. 056f22f Add group functions library by Aiden Grossman · 8 months ago
  36. 108d6cb Add construct_cmd_for_compilation flag to corpus by Aiden Grossman · 8 months ago
  37. bbaba73 Reland "Make create_corpus_for_testing use module_spec command lines" by Aiden Grossman · 8 months ago
  38. 520d8e5 Revert "Make create_corpus_for_testing use module_spec command lines" by Aiden Grossman · 8 months ago
  39. 875676e Make create_corpus_for_testing use module_spec command lines by Aiden Grossman · 8 months ago
  40. aacabbe Remove act support to simplify github workflow (#512) by Aiden Grossman · 8 months ago
  41. fcdbebf Support batched bb traces in TraceBlackboxEvaluator by Aiden Grossman · 8 months ago
  42. f4dc249 Use unittest framework tempdirs in blackbox_learner_test by Aiden Grossman · 8 months ago
  43. bdae526 Save hparams at the beginning of train_bc (#503) by Aiden Grossman · 9 months ago
  44. d0f6337 Add evaluation support to train_bc by Aiden Grossman · 9 months ago
  45. e37919e Add shuffle_repeat_count parameter to dataset function by Aiden Grossman · 9 months ago
  46. 0f7de55 Add hooks in the trainer by Aiden Grossman · 9 months ago
  47. 98655dc Make RegallocTraceWorker.build_corpus public by Aiden Grossman · 9 months ago
  48. 6c6ae06 Make compile_corpus BC mode produce an actual output corpus by Aiden Grossman · 9 months ago
  49. 8c44332 Add rich error reporting for add/delete/replace flag overlap by Aiden Grossman · 9 months ago
  50. 631d0a8 Make extract_functions create output directory if nonexistent by Aiden Grossman · 9 months ago
  51. d6391c0 Refactor generate_default_trace into a library (#494) by Aiden Grossman · 9 months ago
  52. a2a73cf Changes to allow only one of warmstarting or restoring from ckpt and related documentation changes (#492) by S. VenkataKeerthy · 9 months ago
  53. a78a0b5 Use `multiprocessing.handle_test_main` in tests, not `handle_main` (#491) by Mircea Trofin · 9 months ago
  54. da3bd51 Use Path String in extract_functions_lib_test by Aiden Grossman · 10 months ago inlining-Oz-v1.2
  55. 14860b1 Add extract_functions script by Aiden Grossman · 10 months ago
  56. 07cebb0 Add extract functions library and tests by Aiden Grossman · 10 months ago
  57. b65e859 [NFC] Refactor test utilities to corpus_test_utils library by Aiden Grossman · 10 months ago
  58. 5975b1f Add a script to compile a corpus by Aiden Grossman · 10 months ago
  59. bd43e4b Bump NEON_2_SSE_TAG (#489) by Aiden Grossman · 10 months ago
  60. cac999c Cleanup parameters for test ES workers (#488) by Aiden Grossman · 10 months ago
  61. 15d7fc0 Fix flaky tests in blackbox_learner_test (#483) by Aiden Grossman · 10 months ago
  62. 14cd1e8 Set Minimum Cmake Version in Neon Compat Header Dep (#482) by Aiden Grossman · 10 months ago
  63. 30e9333 Fix saving best policy in ES (#479) by Aiden Grossman · 10 months ago
  64. f07c712 Add test for saving the best model (#480) by Aiden Grossman · 10 months ago
  65. d3c3e86 Name scalar based on percentile to report (#478) by Aiden Grossman · 10 months ago
  66. 087d446 Add option to generate_default_trace to output keys (#477) by Aiden Grossman · 10 months ago
  67. 24865b4 Revert previous two commits by Aiden Grossman · 10 months ago
  68. 94cb0d6 Revert "Accept decay rate parameter in MockCompilationRunner" by Aiden Grossman · 10 months ago
  69. 7091b15 Remove flag allow_override calls by Aiden Grossman · 10 months ago
  70. 37a6c90 Accept decay rate parameter in MockCompilationRunner by Aiden Grossman · 10 months ago
  71. 4c590d6 Add option to save best model in ES (#476) by Aiden Grossman · 10 months ago
  72. d9cdc38 Explicitly type pickle_func in worker_manager by Aiden Grossman · 10 months ago
  73. ff764c9 Prefer implicit false over None check by Aiden Grossman · 10 months ago
  74. e28bf48 Add argument to append options to modelling invocations (#474) by Aiden Grossman · 10 months ago
  75. e4446c1 Add num_workers flag to es_trainer (#473) by Aiden Grossman · 10 months ago
  76. f86feef Add support for copying auxiliary files by Aiden Grossman · 10 months ago
  77. f943179 Add base class for WorkerPoolManagers (#470) by Aiden Grossman · 10 months ago
  78. 8f1f1a9 Add support for copying corpora to local disk by Aiden Grossman · 10 months ago
  79. f7e7249 Adding '--warning-suppression-mappings' in flags to delete (#467) by S. VenkataKeerthy · 10 months ago
  80. a12a099 [Bug Fix] Wrapping args of LocalWorkerPoolManager with worker_kwargs (#466) by S. VenkataKeerthy · 10 months ago
  81. c9ebbf2 Compute relative reward in trace blackbox evaluator by Aiden Grossman · 10 months ago
  82. 8e06640 Make calculate_reward publicly exposed in compilation_runner by Aiden Grossman · 10 months ago
  83. 711e230 Pass EstimatorType in blackbox_evaluator_test by Aiden Grossman · 10 months ago
  84. 8a3c1fa Use kwargs for creating workers in es_trainer_lib by Aiden Grossman · 11 months ago
  85. 5eeb719 Fix more absl tempdir usage in Regalloc trace worker test by Aiden Grossman · 11 months ago
  86. 9c079e2 Fix temp dir typing in policy_utils_test by Aiden Grossman · 11 months ago
  87. a7e3fdf Move TFLite Policy Generation to ES Workers by Aiden Grossman · 11 months ago
  88. c450ded Do not use global Numpy RNG (#461) by Aiden Grossman · 11 months ago
  89. 079d4c7 Add convert_to_tflite to policy_utils by Aiden Grossman · 11 months ago
  90. 50faa11 Fixes for downstream integration: (#458) by Mircea Trofin · 11 months ago
  91. 6354047 Refactor policy creation in policy_utils_test by Aiden Grossman · 11 months ago
  92. 7037b06 Make public (again) the create and close APIs in local_worker_manager (#457) by Mircea Trofin · 11 months ago
  93. 5f6e9b3 Use standard pickle, and make pickler an option by Mircea Trofin · 11 months ago
  94. 75eb0fd Separate worker and worker manager args (#453) by Mircea Trofin · 11 months ago
  95. 9ba929b Update .pylintrc post PR#453 by Mircea Trofin · 11 months ago
  96. 1019e09 Ignore ruff C408 (#454) by Mircea Trofin · 11 months ago
  97. bd82058 Fix local_worker_manager_test when run from command line (#452) by Mircea Trofin · 11 months ago
  98. 2136716 [local worker] Parse `sys.argv` in child processes (#449) by Mircea Trofin · 11 months ago
  99. 933202c Add initial gin configs for regalloc_trace in ES by Aiden Grossman · 11 months ago
  100. 2f27005 Fix deleted tflite policy directory in regalloc_trace_worker by Aiden Grossman · 11 months ago