| 877 | void* GpuExecutor::GpuContextHack() { return context_; } |
| 878 | |
| 879 | GpuContext* GpuExecutor::gpu_context() { return context_; } |
| 880 | |
| 881 | // Attempts to read the NUMA node corresponding to the GPU device's PCI bus out |
| 882 | // of SysFS. Returns -1 if it cannot. |
no outgoing calls
no test coverage detected