Comment on Speedup from switch to +=parentComments−FabHK4yIn x += op(x)mutation of LHS x really starts before RHS has been evaluated completely?−mgraczyk4yI assume so, although if I remember correctly the actual error in the thread is caused by the the gradient computation
Comments
In x += op(x)
mutation of LHS x really starts before RHS has been evaluated completely?
I assume so, although if I remember correctly the actual error in the thread is caused by the the gradient computation