"vscode:/vscode.git/clone" did not exist on "18a81e356eef305b244db0e7c46772925a540a44"
[Enhancement] Introduce a workaround for layout inference for local buffer store (#1055)
* [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:
Zhiwen Mo <zm125@ic.ac.uk>
Showing
Please register or sign in to comment