-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimize the implementation of the argsort operator. #47738
Commits on Nov 7, 2022
-
Optimize the implementation of the argsort operator.
Reorganize the code to reduce the code redundancy. The optimal codes are called when the number of rows is limited in the input tensor. modification: paddle/phi/kernels/gpu/argsort_kernel.cu test=develop
Configuration menu - View commit details
-
Copy full SHA for 2501e4a - Browse repository at this point
Copy the full SHA 2501e4aView commit details
Commits on Nov 9, 2022
-
Optimize the implementation of the argsort operator.
Reorganize the code to reduce the code redundancy. The optimal codes are called when the number of rows is limited in the input tensor. modification: paddle/phi/kernels/gpu/argsort_kernel.cu test=develop
Configuration menu - View commit details
-
Copy full SHA for 0c5c983 - Browse repository at this point
Copy the full SHA 0c5c983View commit details -
Optimize the Argsort operator and merge the remote branch 'develop'.
This version passes all of the unittests. Merge action: Merge branch 'develop' of https://github.com/Vvsmile/Paddle into develop
Configuration menu - View commit details
-
Copy full SHA for eb1c3de - Browse repository at this point
Copy the full SHA eb1c3deView commit details
Commits on Nov 10, 2022
-
Optimize the Argsort operator and merge the remote branch 'develop'.
This version passes all of the unittests. Merge action: Merge branch 'develop' of https://github.com/Vvsmile/Paddle into develop
Configuration menu - View commit details
-
Copy full SHA for 90e40d5 - Browse repository at this point
Copy the full SHA 90e40d5View commit details -
Merge branch 'develop' of https://github.com/Vvsmile/Paddle into develop
Modify the argsort operator to pass the speed testing.
Configuration menu - View commit details
-
Copy full SHA for 82f09e4 - Browse repository at this point
Copy the full SHA 82f09e4View commit details -
Modify the codes based on the suggestions of PR review.
Delete some unuseful codes and change the function name to hump format.
Configuration menu - View commit details
-
Copy full SHA for 950c9ea - Browse repository at this point
Copy the full SHA 950c9eaView commit details
Commits on Nov 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 04a2d38 - Browse repository at this point
Copy the full SHA 04a2d38View commit details -
fix the difference from original file
the difference should not be changed
Configuration menu - View commit details
-
Copy full SHA for 7ca5267 - Browse repository at this point
Copy the full SHA 7ca5267View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31c6df1 - Browse repository at this point
Copy the full SHA 31c6df1View commit details
Commits on Nov 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 01ae1a2 - Browse repository at this point
Copy the full SHA 01ae1a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a8a91a - Browse repository at this point
Copy the full SHA 0a8a91aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 330b4eb - Browse repository at this point
Copy the full SHA 330b4ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for a08136b - Browse repository at this point
Copy the full SHA a08136bView commit details
Commits on Nov 28, 2022
-
fix the no instance of function template SegmentedSoftPairsByFullSort
match the argument list
Configuration menu - View commit details
-
Copy full SHA for cbfe598 - Browse repository at this point
Copy the full SHA cbfe598View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89f318a - Browse repository at this point
Copy the full SHA 89f318aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e14ef68 - Browse repository at this point
Copy the full SHA e14ef68View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8a2cab - Browse repository at this point
Copy the full SHA e8a2cabView commit details -
Configuration menu - View commit details
-
Copy full SHA for d287e66 - Browse repository at this point
Copy the full SHA d287e66View commit details
Commits on Nov 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 30bf9c9 - Browse repository at this point
Copy the full SHA 30bf9c9View commit details