Skip to content

Commit 4438f2e

Browse files
committed
clean & rename
1 parent 11690a1 commit 4438f2e

8 files changed

Lines changed: 6 additions & 11 deletions

File tree

oclp_r/sys_patch/patchsets/hardware/graphics/amd_legacy_gcn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from ...shared_patches.monterey_gva import MontereyGVA
1010
from ...shared_patches.monterey_opencl import MontereyOpenCL
1111
from ...shared_patches.amd_opencl import AMDOpenCL
12-
from ...shared_patches.metal_31001 import LegacyMetal31001
12+
from ...shared_patches.renderbox import LegacyMetal31001
1313
from .....constants import Constants
1414
from .....detections import device_probe
1515

oclp_r/sys_patch/patchsets/hardware/graphics/amd_navi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from ...shared_patches.monterey_gva import MontereyGVA
1010
from ...shared_patches.monterey_opencl import MontereyOpenCL
1111
from ...shared_patches.amd_opencl import AMDOpenCL
12-
from ...shared_patches.metal_31001 import LegacyMetal31001
12+
from ...shared_patches.renderbox import LegacyMetal31001
1313
from .....constants import Constants
1414
from .....detections import device_probe
1515

oclp_r/sys_patch/patchsets/hardware/graphics/amd_polaris.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from ...shared_patches.monterey_opencl import MontereyOpenCL
1313
from ...shared_patches.amd_opencl import AMDOpenCL
1414

15-
from ...shared_patches.metal_31001 import LegacyMetal31001
15+
from ...shared_patches.renderbox import LegacyMetal31001
1616

1717
from .....constants import Constants
1818
from .....detections import device_probe

oclp_r/sys_patch/patchsets/hardware/graphics/amd_vega.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from ...shared_patches.monterey_gva import MontereyGVA
1010
from ...shared_patches.monterey_opencl import MontereyOpenCL
1111
from ...shared_patches.amd_opencl import AMDOpenCL
12-
from ...shared_patches.metal_31001 import LegacyMetal31001
12+
from ...shared_patches.renderbox import LegacyMetal31001
1313

1414
from .....constants import Constants
1515
from .....detections import device_probe

oclp_r/sys_patch/patchsets/hardware/graphics/intel_broadwell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from ...shared_patches.monterey_gva import MontereyGVA
1010
from ...shared_patches.monterey_opencl import MontereyOpenCL
1111

12-
from ...shared_patches.metal_31001 import LegacyMetal31001
12+
from ...shared_patches.renderbox import LegacyMetal31001
1313

1414
from .....constants import Constants
1515
from .....detections import device_probe

oclp_r/sys_patch/patchsets/hardware/graphics/intel_skylake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from .....constants import Constants
1212
from .....detections import device_probe
13-
from ...shared_patches.metal_31001 import LegacyMetal31001
13+
from ...shared_patches.renderbox import LegacyMetal31001
1414
from .....datasets.os_data import os_data
1515

1616

oclp_r/sys_patch/patchsets/shared_patches/metal_31001.py renamed to oclp_r/sys_patch/patchsets/shared_patches/renderbox.py

File renamed without changes.

tests.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)