Home
last modified time | relevance | path

Searched refs:TryToReadNumaNode (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_memory_manager.cc64 int TryToReadNumaNode(ibv_device* device) { in TryToReadNumaNode() function
234 numa_node_ = TryToReadNumaNode(listening_->verbs->device); in Init()
/external/tensorflow/tensorflow/contrib/verbs/
Drdma_mgr.cc220 int TryToReadNumaNode(ibv_device* device) { in TryToReadNumaNode() function
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc870 static int TryToReadNumaNode(const string& pci_bus_id, int device_ordinal) { in TryToReadNumaNode() function
896 int numa_node = TryToReadNumaNode(pci_bus_id, device_ordinal_); in PopulateDeviceDescription()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc968 static int TryToReadNumaNode(const string &pci_bus_id, int device_ordinal) { in TryToReadNumaNode() function
1049 int numa_node = TryToReadNumaNode(pci_bus_id, device_ordinal_); in PopulateDeviceDescription()