sys_patch: Add experimental 3802 patches

Not final, highly fragile patches
This commit is contained in:
Mykola Grymalyuk
2023-03-13 11:29:27 -06:00
parent ea80d41ff6
commit 0c68618ddf
4 changed files with 18 additions and 2 deletions

View File

@@ -245,6 +245,13 @@ class GenerateDefaults:
device_probe.AMD.Archs.Vega,
device_probe.AMD.Archs.Navi,
]:
if gpu in [
device_probe.Intel.Archs.Ivy_Bridge,
device_probe.Intel.Archs.Haswell,
device_probe.NVIDIA.Archs.Kepler,
]:
self.constants.disable_amfi = True
if gpu in [
device_probe.AMD.Archs.Legacy_GCN_7000,
device_probe.AMD.Archs.Legacy_GCN_8000,