pyhw 0.3.4__py3-none-any.whl → 0.3.5__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pyhw/backend/gpu/macos.py +1 -1
- {pyhw-0.3.4.dist-info → pyhw-0.3.5.dist-info}/METADATA +1 -1
- {pyhw-0.3.4.dist-info → pyhw-0.3.5.dist-info}/RECORD +7 -7
- {pyhw-0.3.4.dist-info → pyhw-0.3.5.dist-info}/WHEEL +1 -1
- {pyhw-0.3.4.dist-info → pyhw-0.3.5.dist-info}/LICENSE +0 -0
- {pyhw-0.3.4.dist-info → pyhw-0.3.5.dist-info}/entry_points.txt +0 -0
- {pyhw-0.3.4.dist-info → pyhw-0.3.5.dist-info}/top_level.txt +0 -0
pyhw/backend/gpu/macos.py
CHANGED
@@ -47,7 +47,7 @@ class GPUDetectMacOS:
|
|
47
47
|
if self.__handleVendor(gpu.get("spdisplays_vendor")) == "Intel": # Integrated GPU
|
48
48
|
self.__gpuInfo.gpus.append(f'{gpu.get("sppci_model")} [CPU Integrated]')
|
49
49
|
elif self.__handleVendor(gpu.get("spdisplays_vendor")) == "AMD": # dGPU
|
50
|
-
self.__gpuInfo.gpus.append(f'{gpu.get("sppci_model")} [Discrete]')
|
50
|
+
self.__gpuInfo.gpus.append(f'{gpu.get("sppci_model")} {gpu.get("spdisplays_vram")} [Discrete]')
|
51
51
|
elif self.__handleVendor(gpu.get("spdisplays_vendor")) == "Nvidia": # Since current macOS does not support NVIDIA GPUs, this condition is not applicable
|
52
52
|
pass
|
53
53
|
|
@@ -12,7 +12,7 @@ pyhw/backend/gpu/__init__.py,sha256=EpMjPvUaXt0LTNMvGmB8WgXbUB9keCxuOhu8NT3Re6o,
|
|
12
12
|
pyhw/backend/gpu/gpuBase.py,sha256=Ge0DX2P8_EB7ovM7glmPUnVsPJL3OUHV2t_1T5mimR0,409
|
13
13
|
pyhw/backend/gpu/gpuInfo.py,sha256=d_z_z5DiZAg85wP0VOBQEU0QHdaK3qFqA2Tp9Eq8-Zs,133
|
14
14
|
pyhw/backend/gpu/linux.py,sha256=Pc9Sajf0tgRyT9zP1lYysQciLmgtNZjsuJNH3xNvwAY,1715
|
15
|
-
pyhw/backend/gpu/macos.py,sha256=
|
15
|
+
pyhw/backend/gpu/macos.py,sha256=kkTq9_ZJwTQ0Jwep4oYq41STDTplFz83jKRYbvlbMhg,2337
|
16
16
|
pyhw/backend/host/__init__.py,sha256=Efaj7-Oya7H8HdpZHQCLrwn-mcfPb-d6yfh4dzsE_7I,58
|
17
17
|
pyhw/backend/host/hostBase.py,sha256=POyDW3f5JSWtEKyCfrVSBEddSwoywe_OBgUExCEuje8,563
|
18
18
|
pyhw/backend/host/hostInfo.py,sha256=Xvz0LugPiCSWMkcDsp4p2rrojYFZauL6Q-gCZ6NLz5k,184
|
@@ -72,9 +72,9 @@ pyhw/pyhwException/pyhwException.py,sha256=wxuzFQa9g7XB1q9TUKO_55lw7wMEJMpzG8w1G
|
|
72
72
|
pyhw/pyhwUtil/__init__.py,sha256=PzeP9fXsIhvr3sUpJ4DxW9_H25DEIasBFfXd_NztfR4,226
|
73
73
|
pyhw/pyhwUtil/pyhwUtil.py,sha256=OIJJp5LnCuDDS7Tx2l7gV5i7VGe9W8qY9E5kROx_MR0,2348
|
74
74
|
pyhw/pyhwUtil/sysctlUtil.py,sha256=S-rUvqi7ZrMyMouIhxlyHEQ4agM7sCT1Y7uzs3Hu5-o,841
|
75
|
-
pyhw-0.3.
|
76
|
-
pyhw-0.3.
|
77
|
-
pyhw-0.3.
|
78
|
-
pyhw-0.3.
|
79
|
-
pyhw-0.3.
|
80
|
-
pyhw-0.3.
|
75
|
+
pyhw-0.3.5.dist-info/LICENSE,sha256=hJs6RBqSVCexbTsalkMLNFI5t06kekQEsSVaOt_-yLs,1497
|
76
|
+
pyhw-0.3.5.dist-info/METADATA,sha256=0Ay2Kr1ajq10WvbyD1N-qwyGeiW68NwIyXocKX_72JI,4041
|
77
|
+
pyhw-0.3.5.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
|
78
|
+
pyhw-0.3.5.dist-info/entry_points.txt,sha256=q-AB8im_QahpmNrmy4aPTJRGi0LlbNlnI3kF7s6pKss,44
|
79
|
+
pyhw-0.3.5.dist-info/top_level.txt,sha256=7Inxvxt1TngEricKZEex9_WJZS3DbKYFUXDz4v5WHYU,5
|
80
|
+
pyhw-0.3.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|