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 7cf358f commit 18cad7fCopy full SHA for 18cad7f
src/Tracing.jl
@@ -1154,23 +1154,6 @@ function make_tracer(
1154
)
1155
end
1156
1157
-@static if VERSION >= v"1.11.0"
1158
- Base.@nospecializeinfer function make_tracer(
1159
- seen,
1160
- @nospecialize(prev::Memory),
1161
- @nospecialize(path),
1162
- mode;
1163
- @nospecialize(sharding = Sharding.NoSharding()),
1164
- kwargs...,
1165
- )
1166
- if mode == TracedToTypes
1167
- return nothing
1168
- end
1169
- # TODO: does anything more need to be done here?
1170
- return prev
1171
1172
-end
1173
-
1174
Base.@nospecializeinfer function make_tracer(
1175
seen,
1176
@nospecialize(prev::ConcretePJRTArray{T,N}),
0 commit comments