yongwww commented on code in PR #14274:
URL: https://github.com/apache/tvm/pull/14274#discussion_r1143677929
##########
python/tvm/relax/transform/transform.py:
##########
@@ -681,6 +681,25 @@ def ToMixedPrecision(out_dtype="float32") ->
tvm.ir.transform.Pass:
return _ffi_api.ToMixedPrecision(out_dtype) # type: ignore
+def SplitCallTIRByPattern(patterns, fcodegen) -> tvm.ir.transform.Pass:
Review Comment:
oh i see, it should be fine in relax transform then. The distinction between
the two is becoming blurred.
--
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]