Skip to content
Snippets Groups Projects
Commit db787d7b authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Use always-cpu policy for pipeline benchmark

parent 576061b8
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,8 @@ void llvm_visc_policy_init() {
// policy = new NodePolicy();
// policy = new IterationPolicy();
// policy = new DeviceStatusPolicy();
policy = new InteractivePolicy();
// policy = new InteractivePolicy();
policy = new ConstPolicy(0);
cout << "DONE: Initializing policy object.\n";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment