Lunderberg commented on PR #17283:
URL: https://github.com/apache/tvm/pull/17283#issuecomment-2317750715

   And after a couple more test cases, it's back to looking like the conversion 
functions between float16 and float32 are the issue, since the Windows CI can 
pass when running either `f32-to-f32` or `f16-to-f16` test cases.
   
   Though, that doesn't explain why the print statements from inside the TIR 
aren't showing up in the output, even when `fflush` is immediately called.  
With the access violation only occurring when the conversions are enabled, I 
would have expected the start of function print statements to appear in the 
output.  This may point to the error occurring during the `PackedFunc` 
interface, which would be before the first print TIR print statement.  Running 
another test, where the test case specifies the lowered form of the PrimFunc, 
with print statements prior to the `PackedFunc` argument unpacking.


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

Reply via email to