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

   Thanks, would be good to go through the checklist below. Some checklist for 
adding a new op.
   
   - C0: Can the operator be decomposed into smaller ops (if so, then it may 
not be necessary to introduce the high-level op). It is helpful to reuse 
existing ops when possible so we don't have to introduce C1/C2, otherwise we 
need C1/C2
   - C1: Introduce legalization rules so the op at least compiles on CPU
   - C2: Make sure the op compiles on CUDA


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