"...include/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "71d850ae666eb4787497beb16261d89baf6bbed2"
  • Lei Wang's avatar
    [Bugfix] Improve Thread Variable Handling in Layout Inference (#179) · c39e540a
    Lei Wang authored
    * [Refactor] Improve Thread Variable Handling in Layout Inference
    
    - Update layout inference to handle thread variables more robustly
    - Add explicit size check between infer_list_ and thread_var_vec_
    - Modify thread variable access to use per-iteration thread variable
    - Simplify thread predicate retrieval logic
    - Add minor code cleanup and return variable assignment
    
    * [Refactor] Update Layout Inference Copyright and Simplify Return Logic
    
    - Replace Apache License header with Microsoft Corporation copyright notice
    - Simplify LayoutInference function by directly returning substituted function
    - Remove unnecessary variable assignment in return statement
    
    * [Refactor] Update Layout Inference Copyright to Tile-AI Corporation
    
    - Change copyright notice from Microsoft Corporation to Tile-AI Corporation
    - Maintain existing file structure and licensing header
    c39e540a
layout_inference.cc 14.2 KB