Skip to content

Commit

Permalink
Fix the python intrin rule (apache#5895)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored and Trevor Morris committed Jun 30, 2020
1 parent ac2b566 commit 37cd88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/target/intrin.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def _rule_float_suffix(op):
--------
register_intrin_rule : The registeration function for intrin rule.
"""
name = op.name
name = op.op.name
assert name.startswith("tir.")
prefix = name[4:]

Expand Down

0 comments on commit 37cd88f

Please sign in to comment.