"src/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "9466f4c049da1dc61574b439f95a74c8d1802c8a"
  • xs-keju's avatar
    [Refactor] Add parallel loop transform pass for condition extraction (#618) · 67b81609
    xs-keju authored
    
    
    * [Refactor] Add parallel loop transform
    
    * done format check
    
    * pull 3rdparty repo
    
    * Refactor loop variable handling in transformation utilities
    
    - Updated the logic in `loop_parallel_transform_utils.h` to simplify the handling of related loop variables.
    - Removed the check that enforced a single related loop variable, replacing it with a return statement when multiple variables are detected, enhancing clarity and maintainability of the transformation process.
    
    * Update loop_parallel_transform_utils.h
    
    * Refactor loop variable handling in transformation utilities
    
    - Enhanced the logic in `loop_parallel_transform_utils.h` to improve clarity and maintainability by simplifying the handling of related loop variables.
    - Replaced the previous enforcement of a single related loop variable with a return statement for multiple variables detected.
    
    * remove disable cache flag as commit id has been key component
    
    * lint fix
    
    ---------
    Co-authored-by: default avatarLeiWang1999 <leiwang1999@outlook.com>
    Co-authored-by: default avatarLei Wang <34334180+LeiWang1999@users.noreply.github.com>
    67b81609
layout_inference.cc 18.5 KB