Eric Lunderberg

Results 74 issues of Eric Lunderberg

### This issue is to track progress for [padded layout transformations](https://github.com/apache/tvm-rfcs/pull/77) - [x] New TIR Op, `tir::builtin::assume` (#12267) - [x] New lowering transform, remove `tir::builtin::assume` (#12267) - [x] New TIR...

type:rfc-tracking

**Describe the bug** The folder `~/steamvr` is created in the home directory of the user, rather than using a subfolder of `~/.local/share/Steam`. **To Reproduce** Steps to reproduce the behavior: 1....

bug

This commit adds a new sub-analyzer, `TransitiveComparisonAnalyzer`, which attempts to apply multiple known comparisons to prove an unknown. For example, `a

Prior to this commit, the following code would compile and run without error. This occurs because the typed `Array::insert` calls the untyped `ArrayNode::InitRange`, with no type-checking done before the call....

* Handle non-bundled parameters in LazyTransformParams. * Check for `"num_input"` attribute * Handle relax.Const in LazyTransformParams Prior to this commit, `LazyTransformParams` would only output a call to the `fset_item` function...

Prior to this commit, `VerifyWellFormed` would state that a dataflow block or pure function contained an impure call, but identifying which call was impure was left to the user. This...

Prior to this commit, if the weight of a matmul a dynamic shape, and that matmul is being combined with the `CombineParallelMatmul` pass, it could cause a segfault when `dim.as()`...

Update the `relax.transform.EliminateCommonSubexpr` pass to handle `R.match_cast` bindings, where the argument of the `R.match_cast` has also been de-duplicated.

Prior to this commit, calling `FuseOpsByPattern` with `annotate_codegen=True` would cause an error when encountering a lambda function. This was caused by the `CompositeFunctionAnnotator` asserting that all `relax::Function` encountered must have...

In `BundleModelParams`, allow the user to specify a name for the tuple parameters. If unspecified, defaults to the previous name `"model_params"`.