You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "Hzfengsy (via GitHub)" <gi...@apache.org> on 2023/09/03 05:51:10 UTC

[GitHub] [tvm] Hzfengsy opened a new pull request, #15661: [Unity][DLight] Improve the performance of matmul on Adreno GPU

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

   The current matmul implementation is targeted for NVIDIA GPU, which is not optimized for Adreno GPU (also other edge devices). This patch improves the performance, improving performance from 7170.14ms to 554.57ms for a very large kernel


-- 
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] spectrometerHBH merged pull request #15661: [Unity][DLight] Improve the performance of matmul on Adreno GPU

Posted by "spectrometerHBH (via GitHub)" <gi...@apache.org>.
spectrometerHBH merged PR #15661:
URL: https://github.com/apache/tvm/pull/15661


-- 
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] Hzfengsy commented on pull request #15661: [Unity][DLight] Improve the performance of matmul on Adreno GPU

Posted by "Hzfengsy (via GitHub)" <gi...@apache.org>.
Hzfengsy commented on PR #15661:
URL: https://github.com/apache/tvm/pull/15661#issuecomment-1704264593

   cc @spectrometerHBH 


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