echuraev commented on code in PR #11543:
URL: https://github.com/apache/tvm/pull/11543#discussion_r889261124
##########
src/runtime/texture.h:
##########
@@ -94,6 +94,25 @@ inline bool IsTextureStorage(std::string scope) {
return scope.find("texture") != std::string::npos;
}
+class TVM_DLL Pool {
Review Comment:
This class is used in the class `TexturePool`. Class `TexturePool` is
defined below (line 121). Probably we could rename both of these classes.
--
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]