Re: [PR] GraphExecutor: Fix wild pointer assign when input and output are reshape [tvm]

2024-07-11 Thread via GitHub
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.

[PR] GraphExecutor: Fix wild pointer assign when input and output are reshape [tvm]

2024-07-11 Thread via GitHub
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

[I] [BUG]: Relay.transform.FoldScaleAxis() Error in folding the SqueezeExcitation structure of mobilenetv3. [tvm]

2024-07-11 Thread via GitHub
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

Re: [PR] [Relax] Implement R.ensure_aligned and update memory planning for R.view [tvm]

2024-07-11 Thread via GitHub
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

Re: [PR] [Relax] Implement R.ensure_aligned and update memory planning for R.view [tvm]

2024-07-11 Thread via GitHub
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