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
Prevent the `get_backend` methods from overflowing the stack/recurring
without bound.
Hoping this doesn't cause inference issues due to deeper call stacks.
FixesJuliaGPU#588
nsajko
added a commit
to nsajko/KernelAbstractions.jl
that referenced
this issue
Jun 2, 2025
Prevent the `get_backend` methods from overflowing the stack/recurring
without bound.
Hoping this doesn't cause inference issues due to deeper call stacks.
FixesJuliaGPU#588
Prevent the `get_backend` methods from overflowing the stack/recurring
without bound.
Hoping this doesn't cause inference issues due to deeper call stacks.
FixesJuliaGPU#588
Uh oh!
There was an error while loading. Please reload this page.
MRE:
I can imagine that trying to obtain the backend of an
UnitRange
is not a useful thing to do, but this probably still isn't desirable behavior.This issue looks similar to #366.
The text was updated successfully, but these errors were encountered: