protonscr
1 results, 5 hits for WINE_CPU_TOPOLOGY

X3D CPU performance optimization protonopenFeature Request

#7154 · 7 comments · updated 2024-07-23 · 5 matching
issue by Baughn · 2023-10-06 · view · github
... core_to_cache_dict = parse_lstopo_xml_to_dict(root) cores_with_max_cache = filter_cores_by_max_cache(core_to_cache_dict) # Sorting the core IDs sorted_cores_with_max_cache = sorted(cores_with_max_cache) # Generating the WINE_CPU_TOPOLOGY setting num_cores ...
comment by Bitwolfies · 2023-10-06 · view · github
... Using WINE_CPU_TOPOLOGY kills two geese with the same carrot. Gotcha, sounds like a great change if implemented, much ...
comment by Baughn · 2023-10-06 · view · github
... Using WINE_CPU_TOPOLOGY kills two geese with the same carrot.