Re: [PyCUDA] CUDA Kernel for Python Code

2017-05-09 Thread Jerome Kieffer
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 >

[PyCUDA] CUDA Kernel for Python Code

2017-05-06 Thread Subhradeep Dutta
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