"src/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "db6c75e703e6cd1ac37a544cc5abcec6b3295bc0"
  • Charlie Lin's avatar
    promote_literals pass (#1593) · e3fb3a0d
    Charlie Lin authored
    Adds the promote_literals compiler pass that moves literals from the submodules to the main module.
    With the eliminate_common_subexpression pass, it will remove copies of literals created during split_single_dyn_dim.
    Pass is enabled with the split_single_dyn_dim compile option.
    e3fb3a0d
pass_manager.cpp 5.11 KB