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