sys_patch_dict.py: Add reference for 3802 GPUs

This commit is contained in:
Mykola Grymalyuk
2023-03-11 12:31:39 -07:00
parent 48cf258366
commit 2767f35fc5

View File

@@ -296,6 +296,32 @@ def SystemPatchDictionary(os_major, os_minor, non_metal_os_support):
},
},
# Support for 3802 GPUs were broken with 13.3+
# Downgrades 31001 stack to 13.2.1, however nukes AMFI support
# Extremely fugly, only for reference purposes at this time
"Metal 3802 Common Extended": {
"Display Name": "",
"OS Support": {
"Minimum OS Support": {
"OS Major": os_data.os_data.ventura,
"OS Minor": 4 # 13.3
},
"Maximum OS Support": {
"OS Major": os_data.os_data.max_os,
"OS Minor": 99
},
},
"Install Reference": {
"/System/Library/Frameworks": {
"Metal.framework": "13.2.1",
},
"/System/Library/PrivateFrameworks": {
"MTLCompiler.framework": "13.2.1",
"GPUCompiler.framework": "13.2.1",
},
},
},
# Primarily for AMD GCN GPUs
"Revert GVA Downgrade": {
"Display Name": "",