Searched refs:node_props (Results 1 – 4 of 4) sorted by relevance
461 return sysfs_show_str_val(buffer, offs, dev->node_props.name); in node_show()469 dev->node_props.cpu_cores_count); in node_show()471 dev->gpu ? dev->node_props.simd_count : 0); in node_show()473 dev->node_props.mem_banks_count); in node_show()475 dev->node_props.caches_count); in node_show()477 dev->node_props.io_links_count); in node_show()479 dev->node_props.p2p_links_count); in node_show()481 dev->node_props.cpu_core_id_base); in node_show()483 dev->node_props.simd_id_base); in node_show()485 dev->node_props.max_waves_per_simd); in node_show()[all …]
897 dev->node_props.cpu_cores_count = cu->num_cpu_cores; in kfd_populated_cu_info_cpu()898 dev->node_props.cpu_core_id_base = cu->processor_id_low; in kfd_populated_cu_info_cpu()900 dev->node_props.capability |= HSA_CAP_ATS_PRESENT; in kfd_populated_cu_info_cpu()909 dev->node_props.simd_id_base = cu->processor_id_low; in kfd_populated_cu_info_gpu()910 dev->node_props.simd_count = cu->num_simd_cores; in kfd_populated_cu_info_gpu()911 dev->node_props.lds_size_in_kb = cu->lds_size_in_kb; in kfd_populated_cu_info_gpu()912 dev->node_props.max_waves_per_simd = cu->max_waves_simd; in kfd_populated_cu_info_gpu()913 dev->node_props.wave_front_size = cu->wave_front_size; in kfd_populated_cu_info_gpu()914 dev->node_props.array_count = cu->array_count; in kfd_populated_cu_info_gpu()915 dev->node_props.cu_per_simd_array = cu->num_cu_per_array; in kfd_populated_cu_info_gpu()[all …]
129 struct kfd_node_properties node_props; member
331 if (!(kdev->node_props.capability & HSA_CAP_ATS_PRESENT)) in kfd_iommu_add_perf_counters()