nhynes commented on issue #6389:
URL: https://github.com/apache/incubator-tvm/issues/6389#issuecomment-686658268


   Nice benchmarks. The latency you're seeing is almost surely due to paging. 
My guess is that about 12 M are being used for your NN and other housekeeping 
structures. SGXv1 EPC only has 96 M usable EPC beyond which you're going to 
start swapping, which is slow.
   
   What's your actual use case? I'm sure there's a way to chop up your data for 
the algorithm you're using.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to