Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionCuda.h72 __device__ inline Type atomicExchCustom(Type* address, Type val) { in atomicExchCustom() function
77 __device__ inline double atomicExchCustom(double* address, double val) { in atomicExchCustom() function
140 atomicExchCustom(output, reducer.initialize()); in FullReductionKernel()