AQUAgpusph 4.1.2
|
Unsorting arrays OpenCL methods. (See Aqua::CalcServer::UnSort for details) More...
Functions | |
__kernel void | unsort (const __global unsigned int *id, const __global T *input, __global T *output, unsigned int N) |
Unsorting arrays OpenCL methods. (See Aqua::CalcServer::UnSort for details)
__kernel void unsort | ( | const __global unsigned int * | id, |
const __global T * | input, | ||
__global T * | output, | ||
unsigned int | N | ||
) |
Unsort a desired variable.
id | Original id of each particle. |
input | Input unsorted array |
output | Output sorted array |
N | Number of elements into the variable. |