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

Fix norm calculation to always use non-complex values #564

Merged
merged 3 commits into from
Jun 17, 2020
Merged

Commits on Jun 17, 2020

  1. Change norm calculation in Reference to noncomplex

    Changed the compute_norm2 and all residual_norm calculations to be
    non-complex for the reference executor.
    All other executor must follow (currently, they do not compile).
    Thomas Grützmacher committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    38ba939 View commit details
    Browse the repository at this point in the history
  2. Change norm calculation to NonComplex in OpenMP

    CUDA and HIP kernels are still missing, but OpenMP should now handle
    norms in the correct type.
    Thomas Grützmacher committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    c0615c9 View commit details
    Browse the repository at this point in the history
  3. Change norm calculation for GPUs to NonComplex

    Now, all computations of norms have been changed to result in
    non-complex numbers.
    Thomas Grützmacher committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    335967b View commit details
    Browse the repository at this point in the history