HomeSort by: relevance | last modified time | path
    Searched refs:simd_per_cu (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_topology.h 75 uint32_t simd_per_cu; member in struct:kfd_node_properties
kfd_crat.c 172 dev->node_props.simd_per_cu = cu->num_simd_per_cu;
1205 cu->num_simd_per_cu = cu_info.simd_per_cu;
1206 cu->num_simd_cores = cu_info.simd_per_cu * cu_info.cu_active_number;
kfd_topology.c 476 sysfs_show_32bit_prop(buffer, "simd_per_cu",
477 dev->node_props.simd_per_cu);
1384 cu_info.simd_per_cu * cu_info.cu_active_number;
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
kgd_kfd_interface.h 68 uint32_t simd_per_cu; member in struct:kfd_cu_info
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_amdkfd.c 461 cu_info->simd_per_cu = acu_info.simd_per_cu;
amdgpu_gfx.h 179 uint32_t simd_per_cu; member in struct:amdgpu_cu_info
amdgpu_gfx_v10_0.c 5432 cu_info->simd_per_cu = NUM_SIMD_PER_CU;
amdgpu_gfx_v7_0.c 5164 cu_info->simd_per_cu = NUM_SIMD_PER_CU;
amdgpu_gfx_v8_0.c 7150 cu_info->simd_per_cu = NUM_SIMD_PER_CU;
amdgpu_gfx_v9_0.c 6761 cu_info->simd_per_cu = NUM_SIMD_PER_CU;

Completed in 32 milliseconds