Searched defs:kfd_topology_device (Results 1 – 1 of 1) sorted by relevance
128 struct kfd_topology_device { struct129 struct list_head list;130 uint32_t gpu_id;131 uint32_t proximity_domain;133 struct list_head mem_props;137 struct list_head perf_props;138 struct kfd_dev *gpu;139 struct kobject *kobj_node;140 struct kobject *kobj_mem;141 struct kobject *kobj_cache;[all …]
Completed in 4 milliseconds