()
| 10 | |
| 11 | |
| 12 | def prepare_megcc(): |
| 13 | # build prepare |
| 14 | MEGCC_MGB_TO_TINYNN_PATH = os.environ.get("MEGCC_MGB_TO_TINYNN_PATH") |
| 15 | assert ( |
| 16 | MEGCC_MGB_TO_TINYNN_PATH != None |
| 17 | ), "MEGCC_MGB_TO_TINYNN_PATH is not valid, please export MEGCC_MGB_TO_TINYNN_PATH to your path of mgb_to_tinynn" |
| 18 | |
| 19 | |
| 20 | def build_megcc_lib(arch_desc="x86", |
no test coverage detected