Skip to content

Commit 782a55b

Browse files
committed
match pybind with pytorch core and remove inductor test
ghstack-source-id: f7d4c84 Pull Request resolved: #308
1 parent 19617b9 commit 782a55b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

multipy/runtime/test_compat.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@ def fn(x, y):
4747
c_fn = torch.compile(fn, backend="ofi")
4848
c_fn(torch.randn(10), torch.randn(10))
4949

50-
def test_torchdynamo_inductor(self):
50+
# def test_torchdynamo_inductor(self):
5151

52-
torch._dynamo.reset()
52+
# torch._dynamo.reset()
5353

54-
def fn(x, y):
55-
a = torch.cos(x)
56-
b = torch.sin(y)
57-
return a + b
54+
# def fn(x, y):
55+
# a = torch.cos(x)
56+
# b = torch.sin(y)
57+
# return a + b
5858

59-
c_fn = torch.compile(fn)
60-
c_fn(torch.randn(10), torch.randn(10))
59+
# c_fn = torch.compile(fn)
60+
# c_fn(torch.randn(10), torch.randn(10))
6161

6262

6363
if __name__ == "__main__":

multipy/runtime/third-party/pybind11

Submodule pybind11 updated 68 files

0 commit comments

Comments
 (0)