Searched refs:node_props (Results 1 – 4 of 4) sorted by relevance
424 return sysfs_show_str_val(buffer, dev->node_props.name); in node_show()430 dev->node_props.cpu_cores_count); in node_show()432 dev->node_props.simd_count); in node_show()434 dev->node_props.mem_banks_count); in node_show()436 dev->node_props.caches_count); in node_show()438 dev->node_props.io_links_count); in node_show()440 dev->node_props.cpu_core_id_base); in node_show()442 dev->node_props.simd_id_base); in node_show()444 dev->node_props.max_waves_per_simd); in node_show()446 dev->node_props.lds_size_in_kb); in node_show()[all …]
147 dev->node_props.cpu_cores_count = cu->num_cpu_cores; in kfd_populated_cu_info_cpu()148 dev->node_props.cpu_core_id_base = cu->processor_id_low; in kfd_populated_cu_info_cpu()150 dev->node_props.capability |= HSA_CAP_ATS_PRESENT; in kfd_populated_cu_info_cpu()159 dev->node_props.simd_id_base = cu->processor_id_low; in kfd_populated_cu_info_gpu()160 dev->node_props.simd_count = cu->num_simd_cores; in kfd_populated_cu_info_gpu()161 dev->node_props.lds_size_in_kb = cu->lds_size_in_kb; in kfd_populated_cu_info_gpu()162 dev->node_props.max_waves_per_simd = cu->max_waves_simd; in kfd_populated_cu_info_gpu()163 dev->node_props.wave_front_size = cu->wave_front_size; in kfd_populated_cu_info_gpu()164 dev->node_props.array_count = cu->array_count; in kfd_populated_cu_info_gpu()165 dev->node_props.cu_per_simd_array = cu->num_cu_per_array; in kfd_populated_cu_info_gpu()[all …]
159 struct kfd_node_properties node_props; member
345 if (!(kdev->node_props.capability & HSA_CAP_ATS_PRESENT)) in kfd_iommu_add_perf_counters()