MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / idx_x

Function idx_x

src/backend/cuda/kernel/fast.hpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30inline __device__ int idx_x(const int i) { return idx_y((i + 4) & 15); }
31
32inline __device__ int idx(const int x, const int y) {
33 return ((threadIdx.x + 3 + x) + (blockDim.x + 6) * (threadIdx.y + 3 + y));

Callers 1

locate_features_coreFunction · 0.70

Calls 1

idx_yFunction · 0.70

Tested by

no test coverage detected