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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to