Skip to content

Implement sorting with AK #608

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

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Conversation

christiangnrd
Copy link
Member

@christiangnrd christiangnrd commented Aug 3, 2025

AK does not (yet?) support a dims argument. Porting over the CUDA sort to KernelAbstractions will require some more thought as both sorting algorithms use dynamic shared memory.

@maleadt
Copy link
Member

maleadt commented Aug 5, 2025

Porting over the CUDA sort to KernelAbstractions will require some more thought as both sorting algorithms use dynamic shared memory.

I'd punt on that, and start by using KA.jl for sorting without dims. Porting that is "wasted" effort better spent on adding dims support to KA.jl, I'd guess.

@christiangnrd
Copy link
Member Author

I'd punt on that, and start by using KA.jl for sorting without dims. Porting that is "wasted" effort better spent on adding dims support to KA.jl, I'd guess.

@maleadt When you write KA (presumably KernelAbstractions) do you mean AK (AcceleratedKernels)?

@maleadt
Copy link
Member

maleadt commented Aug 6, 2025

@maleadt When you write KA (presumably KernelAbstractions) do you mean AK (AcceleratedKernels)?

Sorry, yeah

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