Searched refs:node_props (Results 1 – 4 of 4) sorted by relevance
439 return sysfs_show_str_val(buffer, offs, dev->node_props.name); in node_show()447 dev->node_props.cpu_cores_count); in node_show()449 dev->gpu ? dev->node_props.simd_count : 0); in node_show()451 dev->node_props.mem_banks_count); in node_show()453 dev->node_props.caches_count); in node_show()455 dev->node_props.io_links_count); in node_show()457 dev->node_props.cpu_core_id_base); in node_show()459 dev->node_props.simd_id_base); in node_show()461 dev->node_props.max_waves_per_simd); in node_show()463 dev->node_props.lds_size_in_kb); in node_show()[all …]
148 dev->node_props.cpu_cores_count = cu->num_cpu_cores; in kfd_populated_cu_info_cpu()149 dev->node_props.cpu_core_id_base = cu->processor_id_low; in kfd_populated_cu_info_cpu()151 dev->node_props.capability |= HSA_CAP_ATS_PRESENT; in kfd_populated_cu_info_cpu()160 dev->node_props.simd_id_base = cu->processor_id_low; in kfd_populated_cu_info_gpu()161 dev->node_props.simd_count = cu->num_simd_cores; in kfd_populated_cu_info_gpu()162 dev->node_props.lds_size_in_kb = cu->lds_size_in_kb; in kfd_populated_cu_info_gpu()163 dev->node_props.max_waves_per_simd = cu->max_waves_simd; in kfd_populated_cu_info_gpu()164 dev->node_props.wave_front_size = cu->wave_front_size; in kfd_populated_cu_info_gpu()165 dev->node_props.array_count = cu->array_count; in kfd_populated_cu_info_gpu()166 dev->node_props.cu_per_simd_array = cu->num_cu_per_array; in kfd_populated_cu_info_gpu()[all …]
169 struct kfd_node_properties node_props; member
342 if (!(kdev->node_props.capability & HSA_CAP_ATS_PRESENT)) in kfd_iommu_add_perf_counters()