Skip to content

Commit

Permalink
[static runtime] Remove ops in static from backwards compatibility ch…
Browse files Browse the repository at this point in the history
…ecks (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
  • Loading branch information
bwasti authored and facebook-github-bot committed Sep 25, 2020
1 parent eee7dad commit 04be420
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/backward_compatibility/check_backward_compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
# NB: function name DOES NOT include overload name!
allow_list = [
("c10_experimental", datetime.date(2222, 1, 1)),
# Internal
("static", datetime.date(9999, 1, 1)),
# Internal, profiler-specific ops
("profiler::_call_end_callbacks_on_jit_fut*", datetime.date(9999, 1, 1)),
("profiler::_record_function_enter", datetime.date(9999, 1, 1)),
Expand Down

0 comments on commit 04be420

Please sign in to comment.