tqchen commented on PR #18604:
URL: https://github.com/apache/tvm/pull/18604#issuecomment-3686502883

   thanks a lot for the contribution, to align with existing impl, we can use 
launch param tag, see LaunchParamConfig implementation. The launch param tag 
can be specified as part of `tir.kernel_launch_params`, which then set the 
LaunchPramConfig setting
   
   we can use 
   
   constexpr const char* kUseProgramaticDependentLaunch = 
"tir.use_programtic_dependent_launch";
   
   This way we can directly specify pdl properties in the tvmscript as kernel 
function attribute


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