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

Method gpu_function_ptr

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

Returns the slot that the GpuFunctionHandle is stored within for this object, for the CUDA API which wants to load into a GpuFunctionHandle*.

Source from the content-addressed store, hash-verified

58 // Returns the slot that the GpuFunctionHandle is stored within for this
59 // object, for the CUDA API which wants to load into a GpuFunctionHandle*.
60 GpuFunctionHandle* gpu_function_ptr() { return &gpu_function_; }
61
62 // CUDA supports setting the preferred cache configuration of a
63 // GpuFunctionHandle (more-or-less equivalent to a GpuKernel). We support this

Callers 3

GetKernelMethod · 0.80
GetKernelMethod · 0.80
GetKernelMetadataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected