Youngsik Yang

Results 5 issues of Youngsik Yang

# Summary I was trying to resolve https://github.com/apache/tvm/issues/18004, where an ONNX model causes a segmentation fault in TVM but not in onnxruntime. **Why the seg fault occurs** This occurs because...

Thanks for participating in the TVM community! We use https://discuss.tvm.ai for any general usage questions and discussions. The issue tracker is used for actionable items such as feature proposals discussion,...

type: bug
needs-triage

Thanks for participating in the TVM community! We use https://discuss.tvm.ai for any general usage questions and discussions. The issue tracker is used for actionable items such as feature proposals discussion,...

needs-triage
type:ci

### Describe the issue Test 1 works but Test 2 causes an error. - **Test 1:** empty axis list [ ] and noop_with_empty_axes=1 - This correctly returns the input data...

ep:tvm

# Summary This PR fixes https://github.com/apache/tvm/issues/17964 that occurs through the following process: ![image](https://github.com/user-attachments/assets/f2494808-4948-4f6d-b3b3-9bbce985aec0) 1. The Compress node produces a symbolic dimension "num_nonzero" 2. The `relax.op.add()` in the BiasGelu node adds...