Searched refs:node_props (Results 1 – 4 of 4) sorted by relevance
440 return sysfs_show_str_val(buffer, offs, dev->node_props.name); in node_show()448 dev->node_props.cpu_cores_count); in node_show()450 dev->gpu ? dev->node_props.simd_count : 0); in node_show()452 dev->node_props.mem_banks_count); in node_show()454 dev->node_props.caches_count); in node_show()456 dev->node_props.io_links_count); in node_show()458 dev->node_props.cpu_core_id_base); in node_show()460 dev->node_props.simd_id_base); in node_show()462 dev->node_props.max_waves_per_simd); in node_show()464 dev->node_props.lds_size_in_kb); in node_show()[all …]
800 dev->node_props.cpu_cores_count = cu->num_cpu_cores; in kfd_populated_cu_info_cpu()801 dev->node_props.cpu_core_id_base = cu->processor_id_low; in kfd_populated_cu_info_cpu()803 dev->node_props.capability |= HSA_CAP_ATS_PRESENT; in kfd_populated_cu_info_cpu()812 dev->node_props.simd_id_base = cu->processor_id_low; in kfd_populated_cu_info_gpu()813 dev->node_props.simd_count = cu->num_simd_cores; in kfd_populated_cu_info_gpu()814 dev->node_props.lds_size_in_kb = cu->lds_size_in_kb; in kfd_populated_cu_info_gpu()815 dev->node_props.max_waves_per_simd = cu->max_waves_simd; in kfd_populated_cu_info_gpu()816 dev->node_props.wave_front_size = cu->wave_front_size; in kfd_populated_cu_info_gpu()817 dev->node_props.array_count = cu->array_count; in kfd_populated_cu_info_gpu()818 dev->node_props.cu_per_simd_array = cu->num_cu_per_array; in kfd_populated_cu_info_gpu()[all …]
171 struct kfd_node_properties node_props; member
342 if (!(kdev->node_props.capability & HSA_CAP_ATS_PRESENT)) in kfd_iommu_add_perf_counters()