Skip to content

Commit

Permalink
solve pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenGene committed Sep 7, 2020
1 parent 4c561d3 commit 9bde7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/auto_scheduler/measure.py
Expand Up @@ -699,7 +699,7 @@ def timed_func():
random_fill = remote.get_function("tvm.contrib.random.random_fill")
except AttributeError:
raise AttributeError("Please make sure USE_RANDOM is ON in the config.cmake "
"on the remote devices")
"on the remote devices")
for arg in args:
random_fill(arg)
ctx.sync()
Expand Down

0 comments on commit 9bde7db

Please sign in to comment.