-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Instance norm nvfuser #1582
Draft
crcrpar
wants to merge
15
commits into
NVIDIA:master
Choose a base branch
from
crcrpar:instance_norm_nvfuser
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Instance norm nvfuser #1582
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
crcrpar
commented
Feb 12, 2023
Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
crcrpar
force-pushed
the
instance_norm_nvfuser
branch
from
April 19, 2023 03:01
5d4b5e3
to
0da3ffb
Compare
segyges
pushed a commit
to segyges/not-nvidia-apex
that referenced
this pull request
Jan 19, 2024
commit 0da3ffb Author: Masaki Kozuki <mkozuki@nvidia.com> Date: Sat Feb 11 21:38:39 2023 -0800 use `nvfuser_codegen` commit 7642c1c Author: Masaki Kozuki <mkozuki@nvidia.com> Date: Sat Feb 11 16:12:21 2023 -0800 explicit path of third_party nvfuser Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com> commit ecca2f7 Author: Masaki Kozuki <mkozuki@nvidia.com> Date: Thu Feb 9 14:48:54 2023 -0800 unittest.main Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com> commit 768406d Author: Masaki Kozuki <mkozuki@nvidia.com> Date: Thu Feb 9 14:47:32 2023 -0800 support refactored nvfuser Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com> commit 324cee0 Author: eqy <eddiey@nvidia.com> Date: Fri Jan 6 11:54:07 2023 -0800 Update instance_norm.py commit 988cafe Author: Eddie Yan <eddiey@nvidia.com> Date: Tue Sep 20 22:24:29 2022 +0000 add test for multigpu instancenorm3dnvfuser commit 62a2ff9 Author: Eddie Yan <eddiey@nvidia.com> Date: Tue Sep 20 20:24:03 2022 +0000 fix device for dummy tensor commit d94d55a Author: Eddie Yan <eddiey@nvidia.com> Date: Mon Jul 25 20:32:59 2022 +0000 some overdue cleanup commit 57382e9 Author: Eddie Yan <eddiey@nvidia.com> Date: Mon Jul 25 19:50:11 2022 +0000 retab commit 1fb0512 Author: Eddie Yan <eddiey@nvidia.com> Date: Tue Mar 15 23:48:19 2022 +0000 add profile, remove scalars from cache key commit ccd652d Author: Eddie Yan <eddiey@nvidia.com> Date: Thu Mar 10 02:57:13 2022 +0000 sketchy test numerics twiddling commit b893d03 Author: Eddie Yan <eddiey@nvidia.com> Date: Thu Mar 10 01:50:38 2022 +0000 fix commit a766a1b Author: Eddie Yan <eddiey@nvidia.com> Date: Thu Mar 10 01:30:08 2022 +0000 address comments, cleanup commit 791d815 Author: Eddie Yan <eddiey@nvidia.com> Date: Tue Mar 1 19:28:58 2022 +0000 add weight and bias check commit 5edf81b Author: Eddie Yan <eddiey@nvidia.com> Date: Fri Feb 25 23:37:44 2022 +0000 initial check in
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
patching #1309 for the sake of nvfuser refactoring done by pytorch/pytorch#89621