We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is now super easy with numba njit(parallel=True) and prange to do parallel execution. Do this where it makes sense and performance is an issue.
njit(parallel=True)
prange
The text was updated successfully, but these errors were encountered:
A remaining issue is the parallel execution of get_grad_B
get_grad_B
Sorry, something went wrong.
mcocdawc
Successfully merging a pull request may close this issue.
It is now super easy with numba
njit(parallel=True)
andprange
to do parallel execution. Do this where it makes sense and performance is an issue.The text was updated successfully, but these errors were encountered: