Reply To: SuperLatticePhysHeatFlux3D Different Results on GPU vs CPU
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› Forums › OpenLB › Bug Reports › SuperLatticePhysHeatFlux3D Different Results on GPU vs CPU › Reply To: SuperLatticePhysHeatFlux3D Different Results on GPU vs CPU
October 11, 2023 at 8:15 am
#7815
Adrian
Keymaster
SuperLatticePhysHeatFlux3D is a functor which means that it operates only on CPU side data. Any difference in results between CPU and GPU would have to come from the model side (be it a bug or FPT implementation differences).
Just to make sure: You are synchronizing the relevant data from GPU to CPU (setProcessingContext) prior to evaluating the functor in your case?
