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

Method gpu_context

tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:1044–1044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1042void* GpuExecutor::GpuContextHack() { return context_; }
1043
1044GpuContext* GpuExecutor::gpu_context() { return context_; }
1045
1046// Attempts to read the NUMA node corresponding to the GPU device's PCI bus out
1047// of SysFS. Returns -1 if it cannot.

Callers 2

PollForStatusMethod · 0.45
ExtractGpuContextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected