Skip to content

Commit

Permalink
pylint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Masahiro Masuda committed Dec 5, 2020
1 parent 30b976f commit 66d28ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/relay/op/strategy/rocm.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"""Definition of ROCm operator strategy."""
# pylint: disable=invalid-name,unused-argument,unused-wildcard-import,wildcard-import
from tvm import topi
from tvm.auto_scheduler import is_auto_scheduler_enabled
from .generic import *
from .. import op as _op
from .cuda import judge_winograd, naive_schedule
from tvm.auto_scheduler import is_auto_scheduler_enabled


@schedule_lrn.register("rocm")
Expand Down

0 comments on commit 66d28ec

Please sign in to comment.