Unsorting arrays OpenCL methods. (See Aqua::CalcServer::UnSort for details)
More...
|
__kernel void | unsort (const __global usize *id, const __global T *input, __global T *output, usize N) |
Unsorting arrays OpenCL methods. (See Aqua::CalcServer::UnSort for details)
- Note
- The header CalcServer/UnSort.hcl.in is automatically appended.
◆ unsort()
__kernel void unsort |
( |
const __global usize * | id, |
|
|
const __global T * | input, |
|
|
__global T * | output, |
|
|
usize | N ) |
Unsort a desired variable.
- Parameters
-
id | Original id of each particle. |
input | Input unsorted array |
output | Output sorted array |
N | Number of elements into the variable. |