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
avoid boxing when @kernel is used as a closure (#625)
This allows uses of `@kernel` inside of functions without running into
JuliaLang/julia#53295. One thing I have been wondering though: Is the
`@isdefined` check here really necessary? In global scope it should just
override the previous definition and for closures these kind of if
statements are ignored anyways.
0 commit comments