cchung100m commented on issue #17460:
URL: https://github.com/apache/tvm/issues/17460#issuecomment-4716298103

   Hi @Thrsu 
   
   Thanks for the report. A few questions to pin down the root cause before we 
propose a fix:
   - The log stops at the pass entry, so the actual crash frame isn't visible. 
Could you share a gdb or ASAN backtrace? We currently suspect an out-of-bounds 
parameter split in  `ParatitionTransFormParams` 
(GetRuntimeInputs/GetCompileTimeInputs), but haven't confirmed the exact frame.
   - What TVM version did you reproduce on?
   - Is `num_input: 3` intentional? The main function is annotated 
R.func_attr({"num_input": 3}) but has only one prarameter.
   - Expected behavior?


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to