mplang-nightly 0.1.dev171__py3-none-any.whl → 0.1.dev172__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/__init__.py +1 -1
- mplang/device.py +1 -1
- {mplang_nightly-0.1.dev171.dist-info → mplang_nightly-0.1.dev172.dist-info}/METADATA +1 -1
- {mplang_nightly-0.1.dev171.dist-info → mplang_nightly-0.1.dev172.dist-info}/RECORD +8 -8
- /mplang/{api.py → host.py} +0 -0
- {mplang_nightly-0.1.dev171.dist-info → mplang_nightly-0.1.dev172.dist-info}/WHEEL +0 -0
- {mplang_nightly-0.1.dev171.dist-info → mplang_nightly-0.1.dev172.dist-info}/entry_points.txt +0 -0
- {mplang_nightly-0.1.dev171.dist-info → mplang_nightly-0.1.dev172.dist-info}/licenses/LICENSE +0 -0
mplang/__init__.py
CHANGED
@@ -24,7 +24,6 @@ except PackageNotFoundError:
|
|
24
24
|
__version__ = "0.0.0-dev"
|
25
25
|
|
26
26
|
from mplang import analysis
|
27
|
-
from mplang.api import CompileOptions, compile, evaluate, fetch
|
28
27
|
from mplang.core import (
|
29
28
|
DType,
|
30
29
|
InterpContext,
|
@@ -38,6 +37,7 @@ from mplang.core import (
|
|
38
37
|
)
|
39
38
|
from mplang.core.cluster import ClusterSpec, Device, Node, RuntimeInfo
|
40
39
|
from mplang.core.context_mgr import cur_ctx, set_ctx, with_ctx
|
40
|
+
from mplang.host import CompileOptions, compile, evaluate, fetch
|
41
41
|
from mplang.runtime.driver import Driver
|
42
42
|
from mplang.runtime.simulation import Simulator
|
43
43
|
|
mplang/device.py
CHANGED
@@ -29,7 +29,7 @@ from typing import Any
|
|
29
29
|
|
30
30
|
from jax.tree_util import tree_map
|
31
31
|
|
32
|
-
import mplang.
|
32
|
+
import mplang.host as mapi
|
33
33
|
from mplang import simp
|
34
34
|
from mplang.core import InterpContext, MPObject, primitive
|
35
35
|
from mplang.core.cluster import ClusterSpec, Device
|
@@ -1,6 +1,6 @@
|
|
1
|
-
mplang/__init__.py,sha256=
|
2
|
-
mplang/
|
3
|
-
mplang/
|
1
|
+
mplang/__init__.py,sha256=tZmMm5LXY5QXKDvyYw1ysSStRky8CHelPQ9T0qgmfGs,1853
|
2
|
+
mplang/device.py,sha256=b9H1I-MFtL7hvJ38xoq65QdH1vGgPl9fNLQ-IwZWRvE,12479
|
3
|
+
mplang/host.py,sha256=ssmv0_CyZPFORhOUJ84Jo6NwRJSK7_Ono3n7ZjEg4sA,3058
|
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
|
@@ -73,8 +73,8 @@ mplang/utils/crypto.py,sha256=rvPomBFtznRHc3RPi6Aip9lsU8zW2oxBqGv1K3vn7Rs,1052
|
|
73
73
|
mplang/utils/func_utils.py,sha256=vCJcZmu0bEbqhOQKdpttV2_MBllIcPSN0b8U4WjNGGo,5164
|
74
74
|
mplang/utils/spu_utils.py,sha256=S3L9RBkBe2AvSuMSQQ12cBY5Y1NPthubvErSX_7nj1A,4158
|
75
75
|
mplang/utils/table_utils.py,sha256=aC-IZOKkSmFkpr3NZchLM0Wt0GOn-rg_xHBHREWBwAU,2202
|
76
|
-
mplang_nightly-0.1.
|
77
|
-
mplang_nightly-0.1.
|
78
|
-
mplang_nightly-0.1.
|
79
|
-
mplang_nightly-0.1.
|
80
|
-
mplang_nightly-0.1.
|
76
|
+
mplang_nightly-0.1.dev172.dist-info/METADATA,sha256=hjAMloWrHmrUgIZhcHEO268e1Nn2r4Kg52MXkhl927s,16547
|
77
|
+
mplang_nightly-0.1.dev172.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
78
|
+
mplang_nightly-0.1.dev172.dist-info/entry_points.txt,sha256=mG1oJT-GAjQR834a62_QIWb7litzWPPyVnwFqm-rWuY,55
|
79
|
+
mplang_nightly-0.1.dev172.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
80
|
+
mplang_nightly-0.1.dev172.dist-info/RECORD,,
|
/mplang/{api.py → host.py}
RENAMED
File without changes
|
File without changes
|
{mplang_nightly-0.1.dev171.dist-info → mplang_nightly-0.1.dev172.dist-info}/entry_points.txt
RENAMED
File without changes
|
{mplang_nightly-0.1.dev171.dist-info → mplang_nightly-0.1.dev172.dist-info}/licenses/LICENSE
RENAMED
File without changes
|