gussmith23 commented on a change in pull request #5812:
URL: https://github.com/apache/incubator-tvm/pull/5812#discussion_r489858600
##########
File path: src/driver/driver_api.cc
##########
@@ -225,6 +226,7 @@ std::pair<IRModule, IRModule> SplitDevHostFuncs(IRModule
mod_mixed, const Target
BindTarget(target),
tir::transform::LowerWarpMemory(),
tir::transform::Simplify(),
+ tir::transform::LowerCustomDatatypes(),
Review comment:
Is there a script for gathering the performance data? In the case that
there are no custom datatypes registered, the pass shouldn't add much overhead,
but I'm certainly happy to validate that by running tests.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]