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

some fix in flops_profiler #2068

Merged
merged 21 commits into from
Feb 1, 2023
Merged

some fix in flops_profiler #2068

merged 21 commits into from
Feb 1, 2023

Commits on Jul 5, 2022

  1. bugs in profiler:

    1. Tensor.bmm missed in _patch_tensor_methods function
    2. missed funtions in _reload_functionals and _reload_tensor_methods functions
    3. torch.mm and torch.Tensor.mm will have same __name__ in wrapFunc, my suggustion is use __str__ instead.
    lucasleesw committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    73ec059 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    9a3d578 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. formatting

    lucasleesw committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    ec7b0bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaaa923 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    07f3d7e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    2a84c38 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    2d55626 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    6d9185c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    8e366ed View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    2ad29fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a6395f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    dc88646 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    9ec84c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    d83a53e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af40f37 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    3c4adf0 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    528f569 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    c00d960 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    9c4b696 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    16e0b69 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    4955173 View commit details
    Browse the repository at this point in the history