Youngsik Yang

Results 12 comments of Youngsik Yang

I've confirmed that it works after making some changes. I'm going to make the commit soon.

I've just checked and saw that this error doesn't occur after some changes I made to the from_onnx() code. I'll double check and modify the code soon.

@Hzfengsy I've rebased the code according to the newly introduced `reflection` mechanism.

### What changed in TVM 0.20 `te.create_schedule()` (the old TE schedule object) is now deprecated. The [new workflow](https://tvm.apache.org/docs/arch/index.html#overall-flow) is as follows: ![Image](https://github.com/user-attachments/assets/1dbf255d-f701-4269-8fa5-3c40f64fcbe5) The first step is to create an **IRModule**...

Hi, I checked and compared the values of each output and confirmed that all gaps are within 1 ULP. But in your result log, the gaps seem quite big (quite...

Hi, I've just found the root causes and confirmed that both cpu and gpu produce the same result. I'll upload code changes very soon.

Hi, same as issue #17977 I checked that all value gaps are within 2 ULPs, in other words, no bug