Skip to content

Commit 04be420

Browse files
bwastifacebook-github-bot
authored andcommittedSep 25, 2020
[static runtime] Remove ops in static from backwards compatibility checks (pytorch#45354)
Summary: This should get the builds green again Pull Request resolved: pytorch#45354 Reviewed By: zhangguanheng66 Differential Revision: D23939615 Pulled By: bwasti fbshipit-source-id: e93b11bc9592205e52330bb15928603b0aea21ac
1 parent eee7dad commit 04be420

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎test/backward_compatibility/check_backward_compatibility.py

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
# NB: function name DOES NOT include overload name!
2828
allow_list = [
2929
("c10_experimental", datetime.date(2222, 1, 1)),
30+
# Internal
31+
("static", datetime.date(9999, 1, 1)),
3032
# Internal, profiler-specific ops
3133
("profiler::_call_end_callbacks_on_jit_fut*", datetime.date(9999, 1, 1)),
3234
("profiler::_record_function_enter", datetime.date(9999, 1, 1)),

0 commit comments

Comments
 (0)
Please sign in to comment.