Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a36bc35

Browse files
aviateskmaleadt
andauthoredMar 16, 2022
Update src/validation.jl
Co-authored-by: Tim Besard <[email protected]>
1 parent 0b307a4 commit a36bc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/validation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function check_method(@nospecialize(job::CompilerJob))
1616
cache = ci_cache(job)
1717
mt = method_table(job)
1818
interp = GPUInterpreter(cache, mt, job.source.world)
19-
@static if VERSION v"1.8-beta2"
19+
@static if v"1.8-beta2" <= VERSION < v"1.9-" || VERSION v"1.9.0-DEV.190"
2020
# https://github.com/JuliaLang/julia/pull/44515
2121
rt = Base.return_types(job.source.f, job.source.tt; interp)[1]
2222
else

0 commit comments

Comments
 (0)
Please sign in to comment.