tqchen commented on issue #9022: URL: https://github.com/apache/tvm/issues/9022#issuecomment-923310594
One thing I want to note here is that the prefix(global/shared/warp/local) have things to do with thread execution hierachy so we cannot add arbitrary prefix here. we can however, add any tags that follows. In most cases the storage is assumed local to the execution context(of the thread), so we do not need to annotate threading as part of the storage scope. -- 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]
