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

augment QUDA interface and implement appropriate QUDA fermionic forces #513

Open
10 tasks
kostrzewa opened this issue Dec 11, 2021 · 1 comment
Open
10 tasks
Labels

Comments

@kostrzewa
Copy link
Member

kostrzewa commented Dec 11, 2021

This is the major performance bottleneck left for a reasonably efficient (>70% GPU utilisation) HMC

  • argument to set correct format for force in computeCloverForceQuda
  • support for opposite parity in computeCloverForceQuda
  • support for two flavour fields in computeCloverForceQuda
  • think about how to deal with determinant ratios
  • cloverdet
  • cloverdetratio
  • ndcloverrat
  • cloverrat
  • detratio
  • det
@kostrzewa
Copy link
Member Author

For reasons of simplicity it makes sense to run the inversions and get back the solution. This avoids having to duplicate all the logic that we have in place for differentiating between the different types of monomials in QUDA.

For reasons of performance it makes sense to work entirely in QUDA from that point onwards, although there are some complications related to the different types of monomials.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant