Huyuwei commented on PR #17152:
URL: https://github.com/apache/tvm/pull/17152#issuecomment-2224274054
cc @masahi @corehalt
--
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.
Huyuwei opened a new pull request, #17152:
URL: https://github.com/apache/tvm/pull/17152
This PR is an updated version of #15121
--
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 comm
xinetzone opened a new issue, #17151:
URL: https://github.com/apache/tvm/issues/17151
Code:
```python
import torch
from torch import nn, Tensor
from torch.nn import functional as F
def _make_divisible(v, divisor, min_value=None):
"""
This function is taken fro
tqchen commented on PR #17145:
URL: https://github.com/apache/tvm/pull/17145#issuecomment-2223470289
> I like this idea, but I don't think we should move the definition of the
legalized form into the LowerRuntimeBuiltin. What if we were to instead add a
new attribute, which has the same sig
Lunderberg commented on PR #17145:
URL: https://github.com/apache/tvm/pull/17145#issuecomment-2223289279
> Perhaps one way to make it more clear is to rename LowerVMBuiltin to
LowerRuntimeBuiltin, which have clear indication that that is a pass which
takes charge of lowering all implementai