You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/11/15 21:52:48 UTC

[GitHub] [tvm] michalpiszczek commented on a diff in pull request #12496: [TVMScript] Reorganize the folder structure

michalpiszczek commented on code in PR #12496:
URL: https://github.com/apache/tvm/pull/12496#discussion_r1023292517


##########
python/tvm/script/__init__.py:
##########
@@ -14,8 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-"""TVM Script APIs of TVM Python Package, aimed to support TIR"""
-
-from . import tir
-
-from .parser import ir_module, from_source
+"""TVM Script APIs of TVM Python Package"""
+from .parser import ir, ir_module, parse as from_source, tir

Review Comment:
   @junrushao it appears this line, combined with the movement of the old parser from `parser/` to `/parser_v1` means that this PR implicitly switches things over to using the new parser. Am I interpreting this correctly, and was that intentional? 



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org