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 2caaad6 + a96a762 commit e19ea52Copy full SHA for e19ea52
src/rulesets/Base/nondiff.jl
@@ -443,6 +443,9 @@ VERSION >= v"1.1" && @non_differentiable splitpath(::AbstractString)
443
@non_differentiable Base.time_ns()
444
@non_differentiable Base.typename(::Any)
445
@non_differentiable Base.depwarn(::Any...)
446
+VERSION >= v"1.6" && @non_differentiable Base.cumulative_compile_time_ns_before()
447
+VERSION >= v"1.6" && @non_differentiable Base.cumulative_compile_time_ns_after()
448
+VERSION >= v"1.5" && @non_differentiable Base.time_print(::Any...)
449
450
@non_differentiable Broadcast.combine_styles(::Any...)
451
@non_differentiable Broadcast.result_style(::Any)
0 commit comments