[PR] [Unity][nn.Module] Support Parameter Packing [tvm]

2023-10-28 Thread via GitHub
junrushao opened a new pull request, #16007: URL: https://github.com/apache/tvm/pull/16007 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[PR] Feature/2023 10 27/packing [tvm]

2023-10-28 Thread via GitHub
junrushao opened a new pull request, #16006: URL: https://github.com/apache/tvm/pull/16006 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[I] [PyTorch/NotImplementedError]: The following operators are not implemented: ['aten::bitwise_and'] [tvm]

2023-10-28 Thread via GitHub
HanGuo97 opened a new issue, #16005: URL: https://github.com/apache/tvm/issues/16005 ### Steps to reproduce ```python import torch def func(x1, x2): return torch.bitwise_and(x1, x2) x1 = torch.tensor([True, True, False], device="cuda") x2 = torch.tensor([False,

Re: [I] [USE] errors when using tvm c++: fatal error: dmlc/io.h: No such file or directory [tvm]

2023-10-28 Thread via GitHub
jonnyjohnson1 commented on issue #2876: URL: https://github.com/apache/tvm/issues/2876#issuecomment-1783886515 New to this issue... To install, the command `make install` doesn't seem to work. I see there is the CMakeLists.txt file, and it is the CMake I am new to... Do I

Re: [PR] [Unity][Transform] Handle relax.Var as call_tir args when lowering [tvm]

2023-10-28 Thread via GitHub
tqchen commented on PR #15916: URL: https://github.com/apache/tvm/pull/15916#issuecomment-1783840165 What we are discussing is closely related to our original consideration of what forms a normal form and the general needs. Let me elaborate a bit more The purpose of normal form is to