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
Once JuliaLang/julia#44136 is merged (will likely be in Julia 1.8) @threads will default to @threads :dynamic instead of the previous @threads :static! We must therefore replace @threads by the more explicit @threads :static where necessary!
The text was updated successfully, but these errors were encountered:
Once JuliaLang/julia#44136 is merged (will likely be in Julia 1.8)
@threads
will default to@threads :dynamic
instead of the previous@threads :static
! We must therefore replace@threads
by the more explicit@threads :static
where necessary!The text was updated successfully, but these errors were encountered: