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 9f90e9d commit c15433cCopy full SHA for c15433c
src/jlgen.jl
@@ -754,6 +754,8 @@ function compile_method_instance(@nospecialize(job::CompilerJob))
754
return llvm_mod, compiled
755
end
756
757
+# Narrow this if JuliaLang/julia#54069 get's backported to 1.11
758
+@static if v"1.11.0-DEV.1603" <= VERSION < v"1.12.0-DEV.347"
759
function CC.typeinf(interp::GPUInterpreter, frame::CC.InferenceState)
760
if CC.__measure_typeinf__[]
761
CC.Timings.enter_new_timer(frame)
@@ -764,3 +766,4 @@ function CC.typeinf(interp::GPUInterpreter, frame::CC.InferenceState)
764
766
return CC._typeinf(interp, frame)
765
767
768
769
+end
0 commit comments