Thrsu

Results 24 issues of Thrsu

I encountered an issue when trying to build a TIR-based module. The following error occurs when using `T.match_buffer` for a scalar element: ``` File "/software/tvm/src/tir/transforms/lower_match_buffer.cc", line 222 TVMError: Check failed:...

type: bug
needs-triage

When running a Relax program that involves dynamic strided slicing with specific input values, I encounter three types of behavior: 1. The code runs without errors. 2. The error ValueError:...

type: bug
needs-triage

When attempting to run a Relax program that includes a nested function using the LambdaLift transformation, the following error occurs during execution on the Virtual Machine (VM): ``` InternalError: Check...

type: bug
needs-triage

I encountered an issue while running a Relax module with a specific transformation sequence. Specifically, when `FuseTIR()` is applied once, the VM fails to find the PackedFunc `fused_relax_nn_attention_cutlass_gv`. However, when...

type: bug
needs-triage