Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
inline __device__ int idx_x(const int i) { return idx_y((i + 4) & 15); }
31
32
inline __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_core
Function · 0.70
Calls
1
idx_y
Function · 0.70
Tested by
no test coverage detected