Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
electriclilies committed Oct 26, 2021
1 parent d291080 commit 9435c6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
1 change: 0 additions & 1 deletion src/relay/backend/vm/compiler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,6 @@ IRModule VMCompiler::OptimizeModule(IRModule mod, const TargetsMap& targets_arg,
} else {
default_device_type = static_cast<DLDeviceType>(GetFallbackDevice());
}
// This is what is causing the problem in device_domains. not sure if it needs to be run?
pass_seqs.push_back(PlanDevices(default_device_type));

pass_seqs.push_back(transform::FuseOps());
Expand Down
21 changes: 0 additions & 21 deletions tests/python/relay/dyn/test_call_dps.py

This file was deleted.

0 comments on commit 9435c6d

Please sign in to comment.