• Lei Wang's avatar
    [Enhancement] Introduce a workaround for layout inference for local buffer store (#1055) · 278c0fbf
    Lei Wang authored
    
    
    * [Enhancement] Improve layout inference for local buffer handling in parallel operations
    
    * Added logic to check if a loop only manipulates "local" buffers, which affects thread binding decisions.
    * Updated the condition for determining parallel loop execution to account for local buffer stores.
    * Cleaned up comments for clarity and future considerations.
    
    * [Refactor] Clean up parallel loop condition formatting in layout inference
    
    * Reformatted the condition for determining parallel loop execution for better readability.
    * Maintained existing logic while enhancing code clarity for future modifications.
    
    ---------
    Co-authored-by: default avatarZhiwen Mo <zm125@ic.ac.uk>
    278c0fbf
parallel.cc 24.9 KB