Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ atomicAdd
Function
atomicAdd
src/backend/cuda/kernel/atomics.hpp:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
namespace kernel {
13
template<typename T>
14
__device__ T atomicAdd(T *ptr, T val) {
15
return ::atomicAdd(ptr, val);
16
}
17
18
#define SPECIALIZE(T, fn1, fn2) \
19
template<> \
Callers
12
extract_orb
Function · 0.85
atomicAdd<cfloat>
Function · 0.85
atomicAdd<cdouble>
Function · 0.85
non_max_counts
Function · 0.85
get_features
Function · 0.85
non_maximal
Function · 0.85
detectExtrema
Function · 0.85
interpolateExtrema
Function · 0.85
removeDuplicates
Function · 0.85
calcOrientation
Function · 0.85
computeDescriptor
Function · 0.85
computeGLOHDescriptor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected