summaryrefslogtreecommitdiff
path: root/lsd.sort.h
blob: cdd8c7114995721b8e50c0ecf3bc64f539f8eefb (plain)
1
2
3
4
5
6
7
8
#ifndef LSD_SORT
#define LSD_SORT

void Set_LSD_Params(int nthread, int verbose);

void *LSD_Sort(long long len, void *src, void *trg, int rsize, int dsize, int *bytes);

#endif // LSD_SORT