Skip to content

Commit

Permalink
Augment deprecated symbols (#80)
Browse files Browse the repository at this point in the history
Extended the existing symbols
  • Loading branch information
sbrugman authored Sep 19, 2024
1 parent 6d37cc5 commit 87289c1
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions torchfix/deprecated_symbols.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
replacement: torch.outer

- name: torch.lu_solve
deprecate_pr: TBA
deprecate_pr: https://github.com/pytorch/pytorch/pull/73806
remove_pr:

- name: torch.norm
deprecate_pr: TBA
deprecate_pr: https://github.com/pytorch/pytorch/pull/57986
remove_pr:

- name: torch.range
Expand All @@ -45,9 +45,17 @@
remove_pr:

- name: torch.lu
deprecate_pr: TBA
deprecate_pr: https://github.com/pytorch/pytorch/pull/73804
remove_pr:

- name: torch.matrix_rank
deprecate_pr: https://github.com/pytorch/pytorch/pull/57734
remove_pr: https://github.com/pytorch/pytorch/pull/70981

- name: torch.lstsq
deprecate_pr: https://github.com/pytorch/pytorch/pull/57743
remove_pr: https://github.com/pytorch/pytorch/pull/70980

- name: torch.nn.UpsamplingNearest2d
deprecate_pr: TBA
remove_pr:
Expand Down

0 comments on commit 87289c1

Please sign in to comment.