Skip to content

Commit

Permalink
Enable deterministic for mkldnn ops (#424)
Browse files Browse the repository at this point in the history
add deterministic PR into PR list
  • Loading branch information
weishi-deng authored Jun 18, 2024
1 parent dbcaa31 commit dfd679b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/apply_torch_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
default=[
# Fallback to CPU for XPU FP64
"https://github.com/pytorch/pytorch/pull/126516",
# Enable deterministic for mkldnn ops
"https://github.com/pytorch/pytorch/pull/127277"
]
)
parser.add_argument('--extra-pr-list', '-e', nargs='+',default=[])
Expand Down

0 comments on commit dfd679b

Please sign in to comment.