HungYangChang commented on pull request #9751: URL: https://github.com/apache/tvm/pull/9751#issuecomment-1042547954
This is a follow-up question from the last question. After re-reading your code,  I notice you created **data** as batch data for pipeline computation and feed data into the pipeline module. data: [array([[3., 3., 3.], [3., 3., 3.], [3., 3., 3.]], dtype=float32), array([[4., 4., 4.], [4., 4., 4.], [4., 4., 4.]], dtype=float32), array([[5., 5., 5.], [5., 5., 5.], [5., 5., 5.]], dtype=float32), array([[6., 6., 6.], [6., 6., 6.], [6., 6., 6.]], dtype=float32), array([[7., 7., 7.], [7., 7., 7.], [7., 7., 7.]], dtype=float32)] I am wondering does it means the pipeline executor executes these 5 multiple stream inputs one by one in pipeline format to utilize the advantage of the pipeline executor? -- 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]
