MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ldg

Function ldg

tensorflow/core/util/gpu_kernel_helper.h:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140template <typename T>
141__host__ __device__ inline T ldg(const T* ptr) {
142 return GpuLdg(ptr);
143}
144
145template <typename T>
146__host__ __device__ inline const T& tf_min(const T& x, const T& y) {

Callers 15

CUDA_1D_KERNEL_LOOPFunction · 0.85
GPU_1D_KERNEL_LOOPFunction · 0.85
MoveValuesKernelFunction · 0.85
GPU_1D_KERNEL_LOOPFunction · 0.85
GPU_1D_KERNEL_LOOPFunction · 0.85
GPU_1D_KERNEL_LOOPFunction · 0.85
GPU_1D_KERNEL_LOOPFunction · 0.85
GenerateNormalizedProbFunction · 0.85
half, float, 8>Method · 0.85
operator()Method · 0.85
GPU_1D_KERNEL_LOOPFunction · 0.85

Calls 1

GpuLdgFunction · 0.70

Tested by

no test coverage detected