We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@inbounds
Consider the following function. Add @inbounds to this line to trrigger it
function bar() x=[2] for i in 1:10_000 #Add @inbounds to this line to trrigger it (m->2i)(x) end end
@oxinabox also found the bug is triggered with @sync and @time as well.
@sync
@time