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

Add bitonic sort algorithm #173

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Add bitonic sort algorithm #173

merged 1 commit into from
Jun 11, 2024

Conversation

p12tic
Copy link
Owner

@p12tic p12tic commented Jun 11, 2024

Currently only low-level register-based interface is exposed. Even the 16 lane sort is small enough and uses few enough registers on e.g. AVX2 that it makes sense to inline it and pass both input and gather output via SIMD registers without going to memory.

A higher-level, memory based interface can be exposed in the future.

Currently only low-level register-based interface is exposed. Even the
16 lane sort is small enough and uses few enough registers on e.g. AVX2
that it makes sense to inline it and pass both input and gather output
via SIMD registers without going to memory.

A higher-level, memory based interface can be exposed in the future.
@p12tic p12tic merged commit 1dd653a into master Jun 11, 2024
@p12tic p12tic deleted the bitonic-sort branch June 11, 2024 18:18
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

1 participant