You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/05 21:18:33 UTC

[GitHub] [tvm] supersat opened a new pull request, #10908: [Hexagon][LLVM][CodeGen] Make CodeGenHexagon a subclass of CodeGenCPU

supersat opened a new pull request, #10908:
URL: https://github.com/apache/tvm/pull/10908

   There is a lot of duplicate code between CodeGenCPU and CodeGenHexagon, and I suspect this will increase over time. This PR removes this duplicate code and makes CodeGenHexagon a subclass of CodeGenCPU.
   


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] kparzysz-quic commented on pull request #10908: [Hexagon][LLVM][CodeGen] Make CodeGenHexagon a subclass of CodeGenCPU

Posted by GitBox <gi...@apache.org>.
kparzysz-quic commented on PR #10908:
URL: https://github.com/apache/tvm/pull/10908#issuecomment-1089398083

   Nice!  I'll try it downstream, hopefully it still works.  :D
   


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] supersat commented on pull request #10908: [Hexagon][LLVM][CodeGen] Make CodeGenHexagon a subclass of CodeGenCPU

Posted by GitBox <gi...@apache.org>.
supersat commented on PR #10908:
URL: https://github.com/apache/tvm/pull/10908#issuecomment-1089371795

   @mehrdadh @kparzysz-quic @areusch


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] mehrdadh merged pull request #10908: [Hexagon][LLVM][CodeGen] Make CodeGenHexagon a subclass of CodeGenCPU

Posted by GitBox <gi...@apache.org>.
mehrdadh merged PR #10908:
URL: https://github.com/apache/tvm/pull/10908


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] mehrdadh commented on pull request #10908: [Hexagon][LLVM][CodeGen] Make CodeGenHexagon a subclass of CodeGenCPU

Posted by GitBox <gi...@apache.org>.
mehrdadh commented on PR #10908:
URL: https://github.com/apache/tvm/pull/10908#issuecomment-1090715603

   @supersat @kparzysz-quic @csullivan thanks! PR is merged!


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org