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/09/26 17:09:23 UTC

[GitHub] [tvm] mehrdadh opened a new pull request, #12908: [microTVM][ARM] Improve dense DSP micro kernel

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

   Currently, dense DSP schedule has a hard coded condition where it forces the schedule to not to use the SIMD instructions. Our investigations on using this schedule with anomaly detection model (which has 5 different dense task) shows that this condition is too restricted. This PR changes these condition to apply when both N, M size are less than 2.
   This will improve the performance of AD model by 33%. 
   
   cc @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] areusch merged pull request #12908: [microTVM][ARM] Improve dense DSP micro kernel

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


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