| 1042 | void* GpuExecutor::GpuContextHack() { return context_; } |
| 1043 | |
| 1044 | GpuContext* 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. |
no outgoing calls
no test coverage detected