[GitHub] [tvm] tqchen commented on a change in pull request #8017: [IR] Add storage scope to PointerType

2021-05-11 Thread GitBox
tqchen commented on a change in pull request #8017: URL: https://github.com/apache/tvm/pull/8017#discussion_r630374761 ## File path: python/tvm/ir/type.py ## @@ -73,8 +73,8 @@ class PointerType(Type): The type of pointer's element. """ -def __init__(self, el

[GitHub] [tvm] tqchen commented on a change in pull request #8017: [IR] Add storage scope to PointerType

2021-05-11 Thread GitBox
tqchen commented on a change in pull request #8017: URL: https://github.com/apache/tvm/pull/8017#discussion_r630374276 ## File path: include/tvm/ir/type.h ## @@ -175,8 +182,9 @@ class PointerType : public Type { /*! * \brief Constructor * \param element_type The type