Skip to content
Snippets Groups Projects
Commit cabfeb84 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing example

parent 475b5dd9
No related branches found
No related tags found
No related merge requests found
......@@ -865,6 +865,10 @@ int main(int argc, char* argv[])
{
vd.map(RUN_ON_DEVICE);
// Rebalancer for now work on CPU , so move to CPU
vd.deviceToHostPos();
vd.template deviceToHostProp<type>();
it_reb = 0;
ModelCustom md;
vd.addComputationCosts(md);
......
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