-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Switch batch norm stack to consolidated ops #119496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: gh/andrewor14/50/base
Are you sure you want to change the base?
Conversation
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/119496
Note: Links to docs will display an error until the docs builds have been completed. ❌ 72 New Failures, 1 Unrelated FailureAs of commit be18deb with merge base eba2ffd ( NEW FAILURES - The following jobs have failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: c3dbf86 Pull Request resolved: #119496
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: f4b969f Pull Request resolved: #119496
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: 4362b63 Pull Request resolved: #119496
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: 793ac77 Pull Request resolved: #119496
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: bc458d9 Pull Request resolved: #119496
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: 446b7cc Pull Request resolved: #119496
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: 934ae63 Pull Request resolved: #119496
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: ed5a6fe Pull Request resolved: #119496
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10 [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: f2dfb47 Pull Request resolved: #119496
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10 [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: 7f0b9a5 Pull Request resolved: #119496
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10 [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: 8eca4d3 Pull Request resolved: #119496
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10 [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: 6b02ef5 Pull Request resolved: #119496
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10 [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: 0000ba9 Pull Request resolved: #119496
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10 [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: 50bf094 Pull Request resolved: #119496
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10 [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: c2f1ad1 Pull Request resolved: #119496
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10 [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: 518baff Pull Request resolved: #119496
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. ghstack-source-id: 518baff Pull Request resolved: #119496
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: Reviewers: Subscribers: Tasks: Tags: cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10 [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. ghstack-source-id: 9d58309 Pull Request resolved: #119496
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: OpInfo tests cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10 [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. Test Plan: OpInfo tests cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10 [ghstack-poisoned]
Summary: This commit switches `aten.batch_norm` to call the new `batch_norm_with_update` and `batch_norm_no_update` ops, instead of the old `_batch_norm_impl_index` op. The new stack is "consolidated" in the sense that there is a single backend agnostic op that will internally pick the right kernel based on the backend, but this detail will be hidden away from the user and from the model graph. ghstack-source-id: 473cb29 Pull Request resolved: #119496
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Stack from ghstack (oldest at bottom):
Summary: This commit switches
aten.batch_normto call thenew
batch_norm_with_updateandbatch_norm_no_updateops,instead of the old
_batch_norm_impl_indexop. The new stackis "consolidated" in the sense that there is a single backend
agnostic op that will internally pick the right kernel based
on the backend, but this detail will be hidden away from the
user and from the model graph.
Test Plan: OpInfo tests
cc @jgong5 @mingfeima @XiaobingSuper @sanchitintel @ashokei @jingxu10