Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_process_state.cc91 int numa_node = se->GetDeviceDescription().numa_node(); in BusIdForGPU() local
291 Allocator* GPUProcessState::GetGpuHostAllocator(int numa_node) { in GetGpuHostAllocator()
409 int numa_node, const SubAllocator::Visitor& visitor) { in AddGpuHostAllocVisitor()
424 int numa_node, const SubAllocator::Visitor& visitor) { in AddGpuHostFreeVisitor()
H A Dpool_allocator_test.cc135 [&alloc_count, &alloc_size](void* ptr, int numa_node, int64_t size) { in TEST()
142 [&free_count, &free_size](void* ptr, int numa_node, int64_t size) { in TEST()
H A Dgpu_device_factory.cc131 int numa_node = i % num_numa_nodes; in CreateDevices() local
H A Dgpu_device.cc842 int numa_node = attributes().locality().numa_node(); in MakeTensorFromProto() local
1572 int numa_node = dev_locality.numa_node(); in CreateGPUDevice() local
1692 int numa_node = desc->numa_node(); in GetDeviceLocalities() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
H A Dpluggable_device_process_state.cc74 int numa_node = se->GetDeviceDescription().numa_node(); in BusIdForPluggableDevice() local
141 int numa_node) { in GetPluggableDeviceHostAllocator()
H A Dpluggable_device_factory.cc240 int numa_node = dev_locality.numa_node(); in CreatePluggableDevice() local
298 int numa_node = desc->numa_node(); in GetDeviceLocalities() local
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/
H A Dport.cc119 int MaxParallelism(int numa_node) { in MaxParallelism()
287 hwloc_obj_t numa_node = GetHWLocTypeIndex(HWLOC_OBJ_NUMANODE, node); in NUMAMalloc() local
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Denv.h49 int numa_node; member
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dthreadpool_device_factory.cc50 int numa_node = i % num_numa_nodes; in CreateDevices() local
H A Dprocess_state.cc64 Allocator* ProcessState::GetCPUAllocator(int numa_node) { in GetCPUAllocator()
H A Dpool_allocator.h156 BasicCPUAllocator(int numa_node, const std::vector<Visitor>& alloc_visitors, in BasicCPUAllocator()
H A Dlocal_device.cc129 int numa_node = attributes.locality().numa_node(); in LocalDevice() local
H A Dthreadpool_device.cc262 virtual SubAllocator* CreateSubAllocator(int numa_node) { in CreateSubAllocator()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/device/
H A Ddevice_host_allocator.h29 explicit DeviceHostAllocator(se::StreamExecutor* stream_exec, int numa_node, in DeviceHostAllocator()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Ddevice_attributes.proto27 int32 numa_node = 2; field
H A Dallocator.cc79 Allocator* cpu_allocator(int numa_node) { in cpu_allocator()
H A Dallocator_registry.cc90 SubAllocator* AllocatorFactoryRegistry::GetSubAllocator(int numa_node) { in GetSubAllocator()
H A Dcpu_allocator_impl.cc186 SubAllocator* CreateSubAllocator(int numa_node) override { in CreateSubAllocator()
/aosp_15_r20/external/pytorch/c10/util/
H A Dnuma.cpp49 int numa_node = -1; in GetNUMANode() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dconstant_op.cc253 int numa_node = ctx->device()->NumaNode(); in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/
H A Dport.cc70 int MaxParallelism(int numa_node) { in MaxParallelism()
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/kernel/uapi/rdma/hfi/
H A Dhfi1_ioctl.h26 __u16 numa_node; member
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/rdma/hfi/
H A Dhfi1_ioctl.h26 __u16 numa_node; member
/aosp_15_r20/prebuilts/vndk/v33/x86/include/bionic/libc/kernel/uapi/rdma/hfi/
Dhfi1_ioctl.h38 __u16 numa_node; member
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/rdma/hfi/
Dhfi1_ioctl.h38 __u16 numa_node; member

12345