Searched defs:kfd_topology_device (Results 1 – 1 of 1) sorted by relevance
134 struct kfd_topology_device { struct135 struct list_head list;136 uint32_t gpu_id;137 struct kfd_node_properties node_props;138 uint32_t mem_bank_count;139 struct list_head mem_props;140 uint32_t cache_count;141 struct list_head cache_props;142 uint32_t io_link_count;143 struct list_head io_link_props;[all …]