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: [email protected]

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

Reply via email to