cheshirekow  v0.1.0
r2s1.cu.h File Reference
#include <cuda.h>
#include <cuda_runtime.h>
#include <mpblocks/cudaNN/QueryPoint.h>

Go to the source code of this file.

Namespaces

 mpblocks
 
 mpblocks::cudaNN
 
 mpblocks::cudaNN::kernels
 

Functions

template<typename Format_t , unsigned int NDim>
__global__ void mpblocks::cudaNN::kernels::r2s1_distance (Format_t weight, QueryPoint< Format_t, NDim > query, Format_t *g_in, unsigned int pitchIn, Format_t *g_out, unsigned int pitchOut, unsigned int n)
 vector norm (2-norm) between two points More...