slyubomirsky commented on code in PR #16767:
URL: https://github.com/apache/tvm/pull/16767#discussion_r1536286131


##########
src/driver/driver_api.cc:
##########
@@ -569,15 +569,14 @@ transform::Sequential MixedModulePassManager(IRModule 
mixed_mod, Target target)
 
   Array<Pass> mixed_pass_list;
 
-  mixed_pass_list.push_back(tir::transform::FP8ComputeLegalize(target));
+  mixed_pass_list.push_back(tir::transform::BindTarget(target));

Review Comment:
   Yeah that's what it does. In principle, we could set the attributes 
differently.



-- 
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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to