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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_topology.h 60 uint32_t simd_count; member in struct:kfd_node_properties
kfd_topology.c 448 sysfs_show_32bit_prop(buffer, "simd_count",
449 dev->node_props.simd_count);
872 dev->node_props.simd_count) {
878 else if (dev->node_props.simd_count)
963 dev->node_props.simd_count)
1135 if (!dev->gpu && (dev->node_props.simd_count > 0)) {
1378 * simd_count: Carrizo CRAT reports wrong simd_count, probably
1383 dev->node_props.simd_count =
kfd_crat.c 166 dev->node_props.simd_count = cu->num_simd_cores;

Completed in 13 milliseconds