Skip to content
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

Port test_stable_sort_against_numpy #734

Merged
merged 6 commits into from
Aug 13, 2024
Merged

Port test_stable_sort_against_numpy #734

merged 6 commits into from
Aug 13, 2024

Conversation

Stonepia
Copy link
Contributor

@Stonepia Stonepia commented Aug 8, 2024

CUDA has skipped the index_fill call in this UT by hard coding. We need to do the same. Otherwise, there will be idx tensor on CPU while self tensor on XPU, which would result in page fault.

@Stonepia Stonepia requested a review from fengyuan14 August 8, 2024 08:21
@Stonepia Stonepia marked this pull request as ready for review August 8, 2024 08:21
@Stonepia
Copy link
Contributor Author

Need to be merged after #735

@fengyuan14
Copy link
Contributor

Please resolve the error.
image

@fengyuan14 fengyuan14 added this pull request to the merge queue Aug 13, 2024
Merged via the queue into main with commit a818677 Aug 13, 2024
3 checks passed
@fengyuan14 fengyuan14 deleted the tongsu/stable_sort_ut branch August 13, 2024 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants