Closed youssefarizk closed 7 years ago
Fixed - Issue with which buffers I was changing
Hi @youssefarizk, I'm having the exact same issue. Could you tell me where exactly your mistake was?
nvm, I fixed it too. I was copying from buffBuffer instead of buffState
Hi guys, also had this issue. What buffer changed fixed it for you?
My V4 and V5 are failing the tests. I think that there is a problem with V4, since V5 is essentially based on it. I haven't changed the .cl file, and my host code looks very semantically similar to what is indicated. However, when I run
bin/make_world 10 0.1 | bin/yr914/step_world_v4_double_bufferedNew
and compare it with the output ofbin/make_world 10 0.1 | bin/step_world
, it is different as shown below.As I vary the input parameters to the step_world functions they become more and more similar, baring the slight differences that were mentioned in other issues.