"src/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "8879cc9322fd08783284f25ab3eb60263dfe017a"
[Refactor] Enhance CopyNode's IterVar Creation and Range Handling (#1346)
* [Refactor] Enhance CopyNode's IterVar Creation and Range Handling This commit refines the `MakeIterVars` method in `CopyNode` to select base ranges based on memory scope levels, ensuring that the chosen ranges are not smaller than the original source ranges. Additionally, it updates the Python `copy` function to clarify range handling, including broadcasting logic and extent alignment. These changes improve the robustness and clarity of the copy operation's implementation. * test fix
Showing
Please register or sign in to comment