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


##########
tests/python/relax/test_codegen_dnnl.py:
##########
@@ -72,6 +72,7 @@ def test_dnnl_offload():
 
     seq = tvm.transform.Sequential(
         [
+            relax.transform.RemovePurityChecking(),

Review Comment:
   This is another case where communicating expectations on phase ordering 
might be helpful. Do we want to deal with `call_pure` in codegen passes and the 
like? Probably not.



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