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

Reduce register pressure for radix sort kernel #624

Merged
merged 3 commits into from
Jul 22, 2024
Merged

Conversation

xytintel
Copy link
Contributor

With both key and value data type being 64 bytes, there will be occasional computation errors on MTL machines. This issue can be resolved by reducing register pressure.

xytintel added 2 commits July 22, 2024 15:46
@fengyuan14 fengyuan14 added this pull request to the merge queue Jul 22, 2024
Merged via the queue into main with commit fcf3dd0 Jul 22, 2024
2 checks passed
@fengyuan14 fengyuan14 deleted the xyt/fix_sort branch July 22, 2024 12:19
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.

None yet

2 participants