Searched defs:kfd_topology_device (Results 1 – 1 of 1) sorted by relevance
142 struct kfd_topology_device { struct143 struct list_head list;144 uint32_t gpu_id;145 uint32_t proximity_domain;146 struct kfd_node_properties node_props;147 struct list_head mem_props;148 struct list_head cache_props;149 struct list_head io_link_props;150 struct list_head p2p_link_props;151 struct list_head perf_props;[all …]