is it possible to sort structures in CUDPP?

Hi. I need to sort this structures

struct __align__(8) DataToSort

{

  uint nodeOffset;

  uint oldOfset;

};

by nodeOffset. And oldOffset should be ignored.

I am not quiet clear about using structures in cudpp radix sort. I think that i should modify some kernels to i can use only nodeOffset bits in radix sort.

Is it possible to sort DataToSort array with cudpp ?

Thanks.

External Image heey, CUDPP developers, please, answer me something