mplang-nightly 0.1.dev153__py3-none-any.whl → 0.1.dev154__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.
- mplang/core/cluster.py +0 -2
- {mplang_nightly-0.1.dev153.dist-info → mplang_nightly-0.1.dev154.dist-info}/METADATA +1 -1
- {mplang_nightly-0.1.dev153.dist-info → mplang_nightly-0.1.dev154.dist-info}/RECORD +6 -6
- {mplang_nightly-0.1.dev153.dist-info → mplang_nightly-0.1.dev154.dist-info}/WHEEL +0 -0
- {mplang_nightly-0.1.dev153.dist-info → mplang_nightly-0.1.dev154.dist-info}/entry_points.txt +0 -0
- {mplang_nightly-0.1.dev153.dist-info → mplang_nightly-0.1.dev154.dist-info}/licenses/LICENSE +0 -0
mplang/core/cluster.py
CHANGED
@@ -193,8 +193,6 @@ class ClusterSpec:
|
|
193
193
|
for k, v in runtime_info_cfg.items()
|
194
194
|
if k not in known_runtime_fields
|
195
195
|
}
|
196
|
-
# Gracefully ignore legacy 'backends' if present (treated as extra)
|
197
|
-
# for backward compatibility.
|
198
196
|
runtime_info = RuntimeInfo(
|
199
197
|
version=runtime_info_cfg.get("version", "N/A"),
|
200
198
|
platform=runtime_info_cfg.get("platform", "N/A"),
|
@@ -4,7 +4,7 @@ mplang/device.py,sha256=RmjnhzHxJkkNmtBKtYMEbpQYBZpuC43qlllkCOp-QD8,12548
|
|
4
4
|
mplang/analysis/__init__.py,sha256=CTHFvRsi-nFngojqjn08UaR3RY9i7CJ7T2UdR95kCrk,1056
|
5
5
|
mplang/analysis/diagram.py,sha256=ffwgD12gL1_KH1uJ_EYkjmIlDrfxYJJkWj-wHl09_Xk,19520
|
6
6
|
mplang/core/__init__.py,sha256=lWxlEKfRwX7FNDzgyKZ1fiDMaCiqkyg0j5mKlZD_v7g,2244
|
7
|
-
mplang/core/cluster.py,sha256=
|
7
|
+
mplang/core/cluster.py,sha256=5OK8OCNESif13miq4R4qnKTMe_8BBgdYXvs-OUY0DII,11678
|
8
8
|
mplang/core/comm.py,sha256=MByyu3etlQh_TkP1vKCFLIAPPuJOpl9Kjs6hOj6m4Yc,8843
|
9
9
|
mplang/core/context_mgr.py,sha256=R0QJAod-1nYduVoOknLfAsxZiy-RtmuQcp-07HABYZU,1541
|
10
10
|
mplang/core/dtype.py,sha256=0rZqFaFikFu9RxtdO36JLEgFL-E-lo3hH10whwkTVVY,10213
|
@@ -70,8 +70,8 @@ mplang/utils/crypto.py,sha256=rvPomBFtznRHc3RPi6Aip9lsU8zW2oxBqGv1K3vn7Rs,1052
|
|
70
70
|
mplang/utils/func_utils.py,sha256=vCJcZmu0bEbqhOQKdpttV2_MBllIcPSN0b8U4WjNGGo,5164
|
71
71
|
mplang/utils/spu_utils.py,sha256=S3L9RBkBe2AvSuMSQQ12cBY5Y1NPthubvErSX_7nj1A,4158
|
72
72
|
mplang/utils/table_utils.py,sha256=aC-IZOKkSmFkpr3NZchLM0Wt0GOn-rg_xHBHREWBwAU,2202
|
73
|
-
mplang_nightly-0.1.
|
74
|
-
mplang_nightly-0.1.
|
75
|
-
mplang_nightly-0.1.
|
76
|
-
mplang_nightly-0.1.
|
77
|
-
mplang_nightly-0.1.
|
73
|
+
mplang_nightly-0.1.dev154.dist-info/METADATA,sha256=1b4RWsMGDXtIrtNqWMG36QUWtIWIaTs7dwcU6AA2T6c,16547
|
74
|
+
mplang_nightly-0.1.dev154.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
75
|
+
mplang_nightly-0.1.dev154.dist-info/entry_points.txt,sha256=mG1oJT-GAjQR834a62_QIWb7litzWPPyVnwFqm-rWuY,55
|
76
|
+
mplang_nightly-0.1.dev154.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
77
|
+
mplang_nightly-0.1.dev154.dist-info/RECORD,,
|
File without changes
|
{mplang_nightly-0.1.dev153.dist-info → mplang_nightly-0.1.dev154.dist-info}/entry_points.txt
RENAMED
File without changes
|
{mplang_nightly-0.1.dev153.dist-info → mplang_nightly-0.1.dev154.dist-info}/licenses/LICENSE
RENAMED
File without changes
|