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

Function AsGpuKernel

tensorflow/stream_executor/gpu/gpu_kernel.h:92–94  ·  view source on GitHub ↗

Given a platform-independent kernel datatype, returns the (const) internal CUDA platform implementation pointer.

Source from the content-addressed store, hash-verified

90// Given a platform-independent kernel datatype, returns the (const) internal
91// CUDA platform implementation pointer.
92inline const GpuKernel* AsGpuKernel(const KernelBase* kernel) {
93 return static_cast<const GpuKernel*>(kernel->implementation());
94}
95
96// Given a platform-independent kernel datatype, returns the (non-const)
97// internal CUDA platform implementation pointer.

Callers 5

GetKernelMethod · 0.85
LaunchMethod · 0.85
GetKernelMethod · 0.85
LaunchMethod · 0.85
VlogOccupancyInfoMethod · 0.85

Calls 1

implementationMethod · 0.45

Tested by

no test coverage detected