Hacker News new | ask | show | jobs
by varunmittal 3963 days ago
Can we apply sorting algorithms using the abstract developed by the api if the data were to be put in a matrix, with matrix rows as selection parameters.

Also will it be compute effective to do so, given GPU memory restrictions and comparative nature of algorithms.

1 comments

I don't think the Stencil pattern is the best pattern for sorting algorithms, but I think it can be done.

The following link has a very simple example: https://github.com/pskel/pskel/wiki