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

Function GpuMemory

tensorflow/stream_executor/gpu/gpu_helpers.h:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38// device memory.
39template <typename T>
40const T* GpuMemory(const DeviceMemory<T>& mem) {
41 return static_cast<const T*>(mem.opaque());
42}
43
44// Converts a (non-const) DeviceMemory pointer reference to its underlying typed
45// pointer in CUDA device memory.

Callers 15

DoBlasAsumMethod · 0.85
DoBlasAxpyMethod · 0.85
DoBlasCopyMethod · 0.85
DoBlasDotMethod · 0.85
DoBlasNrm2Method · 0.85
DoBlasIamaxMethod · 0.85
DoBlasIaminMethod · 0.85
DoBlasGemvMethod · 0.85
DoBlasGerMethod · 0.85
DoBlasSyrMethod · 0.85
DoBlasGemmMethod · 0.85

Calls 1

opaqueMethod · 0.80

Tested by

no test coverage detected