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 d0a770a commit f92e8d5Copy full SHA for f92e8d5
src/Tracing.jl
@@ -1194,23 +1194,6 @@ function make_tracer(
1194
)
1195
end
1196
1197
-@static if VERSION >= v"1.11.0"
1198
- Base.@nospecializeinfer function make_tracer(
1199
- seen,
1200
- @nospecialize(prev::Memory),
1201
- @nospecialize(path),
1202
- mode;
1203
- @nospecialize(sharding = Sharding.NoSharding()),
1204
- kwargs...,
1205
- )
1206
- if mode == TracedToTypes
1207
- return nothing
1208
- end
1209
- # TODO: does anything more need to be done here?
1210
- return prev
1211
1212
-end
1213
-
1214
Base.@nospecializeinfer function make_tracer(
1215
seen,
1216
@nospecialize(prev::ConcretePJRTArray{T,N}),
0 commit comments