"git@developer.sourcefind.cn:yangql/composable_kernel.git" did not exist on "a9031464271a961b4b23d9cbf0e5d944dc8a78bf"
[Enhancement] Refactor vectorization checks in loop_vectorize (#1440)
* Introduced a new function, IsExprInvariantInVectorBoundary, to encapsulate the logic for checking if an expression is invariant within vector boundaries, improving code clarity and reusability. * Updated the existing vectorization logic to utilize this new function, streamlining the process of determining vectorization feasibility based on boundary conditions. * Enhanced comments for better understanding of the vectorization criteria and mathematical rationale behind the checks.
Showing
Please register or sign in to comment