Skip to content
Snippets Groups Projects
Commit 5450c33e authored by yaskovet's avatar yaskovet
Browse files

Fix example/test codes after cell list / Verlet list update

parent ea3f7db6
No related branches found
No related tags found
No related merge requests found
...@@ -1883,6 +1883,7 @@ struct check_all_apply_ker<comp_dev> ...@@ -1883,6 +1883,7 @@ struct check_all_apply_ker<comp_dev>
vd.deviceToHostPos(); vd.deviceToHostPos();
auto cl = vd.template getCellListGPU(0.05); auto cl = vd.template getCellListGPU(0.05);
vd.updateCellListGPU(cl);
vector_dist_op_ap_ker_impl<comp_dev>(vd,vA,vC,vVA,vVB,vVC,cl,RUN_ON_DEVICE); vector_dist_op_ap_ker_impl<comp_dev>(vd,vA,vC,vVA,vVB,vVC,cl,RUN_ON_DEVICE);
} }
......
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