tqchen edited a comment on pull request #7717:
URL: https://github.com/apache/tvm/pull/7717#issuecomment-817305706


    Sorry that i didn't get a chance to review. Here are some items that needs 
to be fixed as followup PRs:
   
   - Let us not use GetMaxPushConstantSize, as it is dynamic across devices, 
and the code won't behave correctly if we are doing cross compilation(where we 
compile on a machine that does not have vulkan), we should use a minimum TVM 
default (e.g. 128 bytes).
   - I see a few places where delete is used, always prefer std::unique_ptr 
when possible instead of delete
   
   


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

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


Reply via email to