ganler commented on PR #13120:
URL: https://github.com/apache/tvm/pull/13120#issuecomment-1282836984

   @shingjan Thanks.
   
   Adding that seems to bring a new error:
   
   ```python
   """
     File "/home/jiawei/dev/tvm-pr/python/tvm/relay/op/__init__.py", line 54, 
in <module>
       from . import _transform
     File "/home/jiawei/dev/tvm-pr/python/tvm/relay/op/_transform.py", line 56, 
in <module>
       _reg.register_injective_schedule("trilu")
     File "/home/jiawei/dev/tvm-pr/python/tvm/relay/op/op.py", line 279, in 
register_injective_schedule
       return register_schedule(op_name, _schedule_injective, level)
     File "/home/jiawei/dev/tvm-pr/python/tvm/relay/op/op.py", line 264, in 
register_schedule
       fstrategy = _create_fstrategy_from_schedule(op_name, schedule)
     File "/home/jiawei/dev/tvm-pr/python/tvm/relay/op/op.py", line 195, in 
_create_fstrategy_from_schedule
       assert compute is not None, "FTVMCompute is not registered for op %s" % 
op_name
   AssertionError: FTVMCompute is not registered for op trilu
   """
   ```


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