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
In my notes, this random factor is difficulting the profiling, therefore it is disabled (replaced by just h_j *= 0.95 + 0.1) for the GPU branch. Should I keep both versions alive with a compiler option like #ifdef USE_GPU? Or do you have another suggestion?
The text was updated successfully, but these errors were encountered:
Hello @mattldawson,
Reviewing my old notes, I had seen that a difference worth to comment of my GPU branch with the main branch.
In the
camp_solver.c
file there's arand()
factor in theguesser
function like this:In my notes, this random factor is difficulting the profiling, therefore it is disabled (replaced by just
h_j *= 0.95 + 0.1
) for the GPU branch. Should I keep both versions alive with a compiler option like #ifdef USE_GPU? Or do you have another suggestion?The text was updated successfully, but these errors were encountered: