You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I happened to find that in your kernel function void strongWolfePhase1(bool second_iter) (in linesearch_gpu.h), the variable status is not initialized. So if the old value stored in device memory happened to be 2, bad things will happen.
The text was updated successfully, but these errors were encountered:
Hi there,
I happened to find that in your kernel function
void strongWolfePhase1(bool second_iter)
(in linesearch_gpu.h), the variablestatus
is not initialized. So if the old value stored in device memory happened to be2
, bad things will happen.The text was updated successfully, but these errors were encountered: