We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
StackOverflowError
get_backend(::UnitRange)
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
UnitRange
This issue looks similar to #366.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: