On Sat, 6 May 2017 10:24:51 +
Subhradeep Dutta wrote:
> I am trying to write a CUDA kernel for computing a piece of Python code. I
> would need to sort the data inside the kernel but since there are no built in
> functions that would sort the data so I am not sure what would be the best
>
I am trying to write a CUDA kernel for computing a piece of Python code. I
would need to sort the data inside the kernel but since there are no built in
functions that would sort the data so I am not sure what would be the best way
to implement this. Any suggestions on how to implement it would