habana-pyhlml 1.13.0.463__py3-none-any.whl → 1.15.0.479__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of habana-pyhlml might be problematic. Click here for more details.
- {habana_pyhlml-1.13.0.463.dist-info → habana_pyhlml-1.15.0.479.dist-info}/METADATA +1 -1
- habana_pyhlml-1.15.0.479.dist-info/RECORD +10 -0
- pyhlml/hlml_types.py +1 -0
- pyhlml/main.py +1 -1
- habana_pyhlml-1.13.0.463.dist-info/RECORD +0 -10
- {habana_pyhlml-1.13.0.463.dist-info → habana_pyhlml-1.15.0.479.dist-info}/LICENSE +0 -0
- {habana_pyhlml-1.13.0.463.dist-info → habana_pyhlml-1.15.0.479.dist-info}/WHEEL +0 -0
- {habana_pyhlml-1.13.0.463.dist-info → habana_pyhlml-1.15.0.479.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
pyhlml/__init__.py,sha256=VjbHqSSypSMmVK7UTxuCyOs_AE8HhTXX9EGr6NbaQNk,25
|
|
2
|
+
pyhlml/hlml_error.py,sha256=GQulGXf-jX38jEASXF22qJ0yL8eC57vUo8s9lVI7q_E,2113
|
|
3
|
+
pyhlml/hlml_lib.py,sha256=JiHRLl3vpAozhCSs9eJC8xlhIMxR2wNVZdmahjlgDfc,1430
|
|
4
|
+
pyhlml/hlml_types.py,sha256=0Zu6iFIU8u625-C1H4c9wGr2VLeoSt3kVZFoA5FHlno,10539
|
|
5
|
+
pyhlml/main.py,sha256=BI7vPUDevH4gPF_aaD3n4s4GuiC9J6G5pVb8lLryI9o,36127
|
|
6
|
+
habana_pyhlml-1.15.0.479.dist-info/LICENSE,sha256=_J8fTEtZF8y69onNU5_EAdOn0AC9RM2uHPh_q36-5bc,1065
|
|
7
|
+
habana_pyhlml-1.15.0.479.dist-info/METADATA,sha256=KHP1oPloZLkAL803cq2VtlWRlWQw2tGQkp2nZhgKSDA,1457
|
|
8
|
+
habana_pyhlml-1.15.0.479.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
9
|
+
habana_pyhlml-1.15.0.479.dist-info/top_level.txt,sha256=0jXJHTTotoeuyzpI1dcVr0mzCVB0NKY7LyCF4OwoMZU,7
|
|
10
|
+
habana_pyhlml-1.15.0.479.dist-info/RECORD,,
|
pyhlml/hlml_types.py
CHANGED
pyhlml/main.py
CHANGED
|
@@ -950,7 +950,7 @@ def hlmlDeviceGetMemoryAffinity(device: hlml_t.HLML_DEVICE.TYPE, node_set_size:
|
|
|
950
950
|
node_set (int) - The node set.
|
|
951
951
|
"""
|
|
952
952
|
global _hlmlOBJ
|
|
953
|
-
node_set = (ctypes.c_ulong *
|
|
953
|
+
node_set = (ctypes.c_ulong * node_set_size)()
|
|
954
954
|
|
|
955
955
|
fn = _hlmlOBJ.get_func_ptr("hlml_device_get_memory_affinity")
|
|
956
956
|
ret = fn(device, node_set_size, ctypes.byref(node_set), scope)
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
pyhlml/__init__.py,sha256=VjbHqSSypSMmVK7UTxuCyOs_AE8HhTXX9EGr6NbaQNk,25
|
|
2
|
-
pyhlml/hlml_error.py,sha256=GQulGXf-jX38jEASXF22qJ0yL8eC57vUo8s9lVI7q_E,2113
|
|
3
|
-
pyhlml/hlml_lib.py,sha256=JiHRLl3vpAozhCSs9eJC8xlhIMxR2wNVZdmahjlgDfc,1430
|
|
4
|
-
pyhlml/hlml_types.py,sha256=eDXez0Ozod_OKg5qSPP-CTTPfd3QGdOouPOKaeJBB2s,10491
|
|
5
|
-
pyhlml/main.py,sha256=D0caPDQ10TMYYNRGPyURqDWxZA7TeyTAim1ney72JGU,36126
|
|
6
|
-
habana_pyhlml-1.13.0.463.dist-info/LICENSE,sha256=_J8fTEtZF8y69onNU5_EAdOn0AC9RM2uHPh_q36-5bc,1065
|
|
7
|
-
habana_pyhlml-1.13.0.463.dist-info/METADATA,sha256=GC8Vtxd_2L7A8IMI0rB8sczDduJweQf6QeQpR0gW9DI,1457
|
|
8
|
-
habana_pyhlml-1.13.0.463.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
9
|
-
habana_pyhlml-1.13.0.463.dist-info/top_level.txt,sha256=0jXJHTTotoeuyzpI1dcVr0mzCVB0NKY7LyCF4OwoMZU,7
|
|
10
|
-
habana_pyhlml-1.13.0.463.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|