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
By clicking “Sign up for GitHub&rdq
8000
uo;, you agree to our terms of service and
privacy statement. We’ll occasionally send you account related emails.
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:
Uh oh!
There was an error while loading. Please reload this page.
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: