MasterJH5574 commented on code in PR #17710:
URL: https://github.com/apache/tvm/pull/17710#discussion_r1984034945


##########
python/tvm/relax/pipeline.py:
##########
@@ -194,6 +194,7 @@ def _pipeline(mod: tvm.ir.IRModule, _ctx: 
tvm.transform.PassContext) -> tvm.ir.I
 # global map of pre-built pipelines
 PIPELINE_MAP = {
     "zero": zero_pipeline,
+    "default": default_build_pipeline,

Review Comment:
   Just a note here. Likely we will deprecate the pipeline here in the short 
future.



-- 
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