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

remove the dependency on inputs from inputs_zero #1417

Merged
merged 7 commits into from
Jan 15, 2022

Commits on Jan 13, 2022

  1. remove the dependency on inputs from inputs_zero

    When profiling on multiple CPU threads, I notice that `inputs_zero` always runs after descriptor is computed. However, Some threads have nothing to do during ProdEnvMatA.
    
    (cherry picked from commit e704b4a)
    njzjz committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    85e7acd View commit details
    Browse the repository at this point in the history
  2. fix UT

    njzjz committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    c43ac3a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. revert changes to the interface of the EnerFitting

    (cherry picked from commit 4f95d01)
    njzjz committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    f8f7be6 View commit details
    Browse the repository at this point in the history
  2. Revert "fix UT"

    This reverts commit c43ac3a.
    njzjz committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    c3e2453 View commit details
    Browse the repository at this point in the history
  3. fix typo

    (cherry picked from commit a4c32c7)
    njzjz committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    131154d View commit details
    Browse the repository at this point in the history
  4. initialize input_dict

    njzjz committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    01e91e4 View commit details
    Browse the repository at this point in the history
  5. init input_dict

    njzjz committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    3b0c501 View commit details
    Browse the repository at this point in the history