NTrace
GPU ray tracing framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
radixSort.hpp File Reference
#include <cuda.h>

Go to the source code of this file.

Functions

float radixSortCuda (CUdeviceptr keys, CUdeviceptr values, int n)
 
float createClusters (CUdeviceptr values, int n, int d, CUdeviceptr out, int &out_cnt)
 

Function Documentation

float createClusters ( CUdeviceptr  values,
int  n,
int  d,
CUdeviceptr  out,
int &  out_cnt 
)
float radixSortCuda ( CUdeviceptr  keys,
CUdeviceptr  values,
int  n 
)