spectrometerHBH commented on code in PR #14274:
URL: https://github.com/apache/tvm/pull/14274#discussion_r1143566410
##########
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:
I don't know how currently we categorize passes, but this pass will
manipulate Relax Calls and generate call_dps_packed, call_tir for an original
single call_tir.
--
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]