Skip to content

Commit

Permalink
forgot to include remote
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Konolige committed May 10, 2022
1 parent 4e9e05f commit 4be1d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/utils/roofline.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def roofline_analysis(
lib = remote.load_module("roofline_lib.tar")
vmexec = profiler_vm.VirtualMachineProfiler(lib, dev)

args = _create_args(mod, dev)
args = _create_args(mod, dev, remote=remote)
report = vmexec.profile(*args)

return roofline_from_existing(report, save_tir.functions, target, dev, remote=remote)

0 comments on commit 4be1d83

Please sign in to comment.