"vscode:/vscode.git/clone" did not exist on "51884fc21412b1800bb85b28c0f5a0b651d23cef"
[Bugfix] Support `T.Parallel` with local register assignment (#395)
* make it python 3.8- happy * [Enhancement] Improve loop partitioning and vectorization logic in layout inference and loop vectorization - Enhanced the VisitStmt_ method to support local buffer handling in parallel loops, allowing for register usage without explicit thread binding. - Updated loop vectorization logic to simplify expressions and ensure accurate vector size calculations, improving performance and clarity in the vectorization process. * lint fix
Showing
Please register or sign in to comment