Home
last modified time | relevance | path

Searched refs:simd_count (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.h46 uint32_t simd_count; member
H A Dkfd_topology.c437 sysfs_show_32bit_prop(buffer, offs, "simd_count", in node_show()
438 dev->gpu ? dev->node_props.simd_count : 0); in node_show()
927 dev->node_props.simd_count) { in kfd_debug_print_topology()
933 else if (dev->node_props.simd_count) in kfd_debug_print_topology()
1157 if (!dev->gpu && (dev->node_props.simd_count > 0)) { in kfd_assign_gpu()
2155 * simd_count: Carrizo CRAT reports wrong simd_count, probably in kfd_topology_add_device()
2160 dev->node_props.simd_count = in kfd_topology_add_device()
H A Dkfd_queue.c441 cu_num = props->simd_count / props->simd_per_cu / NUM_XCC(dev->gpu->xcc_mask); in kfd_queue_ctx_save_restore_size()
H A Dkfd_debug.c1092 device_info.simd_count = topo_dev->node_props.simd_count; in kfd_dbg_trap_device_snapshot()
H A Dkfd_crat.c1037 dev->node_props.simd_count = cu->num_simd_cores; in kfd_populated_cu_info_gpu()
/linux/include/uapi/linux/
H A Dkfd_ioctl.h141 __u32 simd_count; member