Home
last modified time | relevance | path

Searched defs:numa_node (Results 1 – 25 of 33) sorted by relevance

12

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_process_state.cc74 int numa_node = se->GetDeviceDescription().numa_node(); in BusIdForGPU() local
180 Allocator* GPUProcessState::GetGpuHostAllocator(int numa_node) { in GetGpuHostAllocator()
292 int numa_node, const SubAllocator::Visitor& visitor) { in AddGpuHostAllocVisitor()
306 int numa_node, const SubAllocator::Visitor& visitor) { in AddGpuHostFreeVisitor()
Dgpu_host_allocator.h29 explicit GpuHostAllocator(se::StreamExecutor* stream_exec, int numa_node, in GpuHostAllocator()
Dpool_allocator_test.cc132 [&alloc_count, &alloc_size](void* ptr, int numa_node, int64 size) { in TEST()
139 [&free_count, &free_size](void* ptr, int numa_node, int64 size) { in TEST()
Dgpu_device_factory.cc124 int numa_node = i % num_numa_nodes; in CreateDevices() local
Dgpu_device.cc699 int numa_node = attributes().locality().numa_node(); in MakeTensorFromProto() local
1193 int numa_node = dev_locality.numa_node(); in CreateGPUDevice() local
1293 int numa_node = desc.numa_node(); in GetDeviceLocalities() local
/external/tensorflow/tensorflow/core/common_runtime/
Dthreadpool_device_factory.cc44 int numa_node = i % num_numa_nodes; in CreateDevices() local
Dthreadpool_device.cc114 virtual SubAllocator* CreateSubAllocator(int numa_node) { in CreateSubAllocator()
Dprocess_state.cc62 Allocator* ProcessState::GetCPUAllocator(int numa_node) { in GetCPUAllocator()
Dpool_allocator.h151 BasicCPUAllocator(int numa_node, const std::vector<Visitor>& alloc_visitors, in BasicCPUAllocator()
Dlocal_device.cc136 int numa_node = attributes.locality().numa_node(); in LocalDevice() local
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dmake_numa_aware.cc52 auto* numa_node = graph.AddNode(MakeNumaAwareNode(node, &graph)); in OptimizeAndCollectStats() local
/external/tensorflow/tensorflow/core/framework/
Ddevice_attributes.proto26 int32 numa_node = 2; field
Dallocator_registry.cc90 SubAllocator* AllocatorFactoryRegistry::GetSubAllocator(int numa_node) { in GetSubAllocator()
Dallocator.cc185 SubAllocator* CreateSubAllocator(int numa_node) override { in CreateSubAllocator()
224 Allocator* cpu_allocator(int numa_node) { in cpu_allocator()
/external/tensorflow/tensorflow/c/
Denv.h56 int numa_node; member
/external/tensorflow/tensorflow/contrib/verbs/
Drdma_mgr.cc271 SubAllocator::Visitor free_visitor = [](void* ptr, int numa_node, in RegMemVisitors()
272 size_t num_bytes) { in RegMemVisitors()
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_memory_manager.cc242 SubAllocator::Visitor free_visitor = [this](void* ptr, int numa_node, in Init()
243 size_t num_bytes) { in Init()
/external/tensorflow/tensorflow/core/kernels/
Dconstant_op.cc265 int numa_node = DeviceNumaNode(ctx->device()); in Compute() local
Dcwise_ops_common.h267 int numa_node = DeviceNumaNode(ctx->device()); in Compute() local
/external/tensorflow/tensorflow/core/platform/
Denv.h425 int numa_node = port::kNUMANoAffinity; member
/external/tensorflow/tensorflow/core/platform/posix/
Dport.cc241 hwloc_obj_t numa_node = GetHWLocTypeIndex(HWLOC_OBJ_NUMANODE, node); in NUMAMalloc() local
/external/tensorflow/tensorflow/core/distributed_runtime/
Ddevice_resolver_distributed_test.cc46 int numa_node) { in NewDevice()
/external/kernel-headers/original/uapi/rdma/hfi/
Dhfi1_ioctl.h90 __u16 numa_node; /* NUMA node of the assigned device */ member
/external/tensorflow/tensorflow/stream_executor/
Ddevice_description.h65 int numa_node() const { return numa_node_; } in numa_node() function
/external/strace/
Dbpf_attr.h65 uint32_t numa_node; member

12