summaryrefslogtreecommitdiff
path: root/src/sorting.h
AgeCommit message (Expand)Author
2011-09-16Move CUDA source inside chroma package, rename tests directory to testStan Seibert
2011-09-07fix bug in searchsorted() so that it properly searches a descending array.Anthony LaTorre
2011-09-06fix devious assumption in searchsorted that if searching a length one array i...Anthony LaTorre
2011-09-06geometry on the GPU is now a struct created in the GPUGeometry class. coding ...Anthony LaTorre
2011-08-25add cuda sorting/searching algorithms in src/sorting.hAnthony LaTorre