We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b307a4 commit a36bc35Copy full SHA for a36bc35
src/validation.jl
@@ -16,7 +16,7 @@ function check_method(@nospecialize(job::CompilerJob))
16
cache = ci_cache(job)
17
mt = method_table(job)
18
interp = GPUInterpreter(cache, mt, job.source.world)
19
- @static if VERSION ≥ v"1.8-beta2"
+ @static if v"1.8-beta2" <= VERSION < v"1.9-" || VERSION ≥ v"1.9.0-DEV.190"
20
# https://github.com/JuliaLang/julia/pull/44515
21
rt = Base.return_types(job.source.f, job.source.tt; interp)[1]
22
else
0 commit comments