Searched defs:kfd_topology_device (Results 1 – 1 of 1) sorted by relevance
147 struct kfd_topology_device { struct148 struct list_head list;149 uint32_t gpu_id;150 uint32_t proximity_domain;151 struct kfd_node_properties node_props;152 struct list_head mem_props;153 uint32_t cache_count;154 struct list_head cache_props;155 uint32_t io_link_count;156 struct list_head io_link_props;[all …]