AnastasiaStulova commented on pull request #8584: URL: https://github.com/apache/tvm/pull/8584#issuecomment-891108936
> Thanks! @AnastasiaStulova I don't have much comments, overall looks good. > Just a little confuse about if "Bifrost" is just a special version of Mali GPU? If the schedule is almost the same for the two target, maybe a better approach is to modifiy the target process part of tvm. Thanks for the feedback. This is a very good call actually. Yes Bifrost is the second generation of Mali GPU but not the most recent one. Although most of the recently released devices are probably Bifrost-based. My goal at the moment is to allow more models being compiled with Mali and Bifrost without adding too much maintenance and duplication. But in a longer term, it might make sense to revisit Mali target design in TVM. I just don't have enough familiarity with it at the moment to suggest good viable directions yet. Maybe @mbaret has some thoughts on this though... -- 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]
