Home
last modified time | relevance | path

Searched refs:atomicExch (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/
Dtarget_atomic.h31 return atomicExch(address, val); in __kmpc_atomic_exchange()
/external/llvm-project/openmp/libomptarget/deviceRTLs/amdgcn/src/
Dhip_atomics.h24 template <typename T> DEVICE T atomicExch(T *address, T val) { in atomicExch() function
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionCuda.h73 return atomicExch(address, val); in atomicExchCustom()
79 return __longlong_as_double(atomicExch(address_as_ull, __double_as_longlong(val))); in atomicExchCustom()
142 atomicExch(semaphore, 2u); in FullReductionKernel()