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.
2 parents 2d434ae + d5846c9 commit 451b070Copy full SHA for 451b070
src/parameters.jl
@@ -72,7 +72,7 @@ end
72
# RESOLUTION/OVERHEAD settings #
73
################################
74
75
-@noinline nullfunc() = nothing
+@noinline nullfunc() = Base.inferencebarrier(nothing)::Nothing
76
77
@noinline function overhead_sample(evals)
78
start_time = time_ns()
0 commit comments