Skip to content
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
wants to merge 15 commits into
base: master
Choose a base branch
from
Draft

Commits on Apr 19, 2023

  1. initial check in

    eqy authored and crcrpar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    5edf81b View commit details
    Browse the repository at this point in the history
  2. add weight and bias check

    eqy authored and crcrpar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    791d815 View commit details
    Browse the repository at this point in the history
  3. address comments, cleanup

    eqy authored and crcrpar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    a766a1b View commit details
    Browse the repository at this point in the history
  4. fix

    eqy authored and crcrpar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    b893d03 View commit details
    Browse the repository at this point in the history
  5. sketchy test numerics twiddling

    eqy authored and crcrpar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    ccd652d View commit details
    Browse the repository at this point in the history
  6. add profile, remove scalars from cache key

    eqy authored and crcrpar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    1fb0512 View commit details
    Browse the repository at this point in the history
  7. retab

    eqy authored and crcrpar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    57382e9 View commit details
    Browse the repository at this point in the history
  8. some overdue cleanup

    eqy authored and crcrpar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    d94d55a View commit details
    Browse the repository at this point in the history
  9. fix device for dummy tensor

    eqy authored and crcrpar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    62a2ff9 View commit details
    Browse the repository at this point in the history
  10. add test for multigpu instancenorm3dnvfuser

    eqy authored and crcrpar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    988cafe View commit details
    Browse the repository at this point in the history
  11. Update instance_norm.py

    eqy authored and crcrpar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    324cee0 View commit details
    Browse the repository at this point in the history
  12. support refactored nvfuser

    Signed-off-by: Masaki Kozuki <[email protected]>
    crcrpar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    768406d View commit details
    Browse the repository at this point in the history
  13. unittest.main

    Signed-off-by: Masaki Kozuki <[email protected]>
    crcrpar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    ecca2f7 View commit details
    Browse the repository at this point in the history
  14. explicit path of third_party nvfuser

    Signed-off-by: Masaki Kozuki <[email protected]>
    crcrpar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    7642c1c View commit details
    Browse the repository at this point in the history
  15. use nvfuser_codegen

    crcrpar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    0da3ffb View commit details
    Browse the repository at this point in the history