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

Function CudaLaunchKernel

tensorflow/core/util/gpu_kernel_helper.h:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125// builds
126template <typename... Args>
127auto CudaLaunchKernel(Args&&... args)
128 -> decltype(GpuLaunchKernel(std::forward<Args>(args)...)) {
129 return GpuLaunchKernel(std::forward<Args>(args)...);
130}
131
132__host__ __device__ inline tensorflow::bfloat16 GpuLdg(
133 const tensorflow::bfloat16* address) {

Callers

nothing calls this directly

Calls 1

GpuLaunchKernelFunction · 0.70

Tested by

no test coverage detected