-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
MRE:
julia> using KernelAbstractions # v0.9.34
julia> get_backend(1:3)
ERROR: StackOverflowError:
Stacktrace:
[1] get_backend(A::UnitRange{Int64}) (repeats 79984 times)
@ KernelAbstractions C:\Users\konin_bt\.julia\packages\KernelAbstractions\sWSE0\src\KernelAbstractions.jl:519
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers