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

   And getting closer.  The "compile-only" test has two versions, one of which 
defines the PackedFunc `"tvm_callback_metal_compile"` and one of which does 
not.  The version that does not define the PackedFunc finishes without error, 
as it would provide the generated code to the driver at runtime.  The version 
that does define the PackedFunc has the compilation function called at 
compile-time.
   
   Now, the final validation of the CI: Generating code in `CodeGenMetal` that 
should result in a compile-time error.


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