MCPcopy 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

12namespace kernel {
13template<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_orbFunction · 0.85
atomicAdd<cfloat>Function · 0.85
atomicAdd<cdouble>Function · 0.85
non_max_countsFunction · 0.85
get_featuresFunction · 0.85
non_maximalFunction · 0.85
detectExtremaFunction · 0.85
interpolateExtremaFunction · 0.85
removeDuplicatesFunction · 0.85
calcOrientationFunction · 0.85
computeDescriptorFunction · 0.85
computeGLOHDescriptorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected