|
cheshirekow
v0.1.0
|
#include <mpblocks/cuda/linalg2.h>#include <mpblocks/cudaNN/kernels/r2s1.cu.h>#include <mpblocks/cudaNN/kernels/Reader.cu.hpp>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... | |