Skip to content

Add Hermitian matrix tests #1

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

Open
wants to merge 29 commits into
base: main
Choose a base branch
from

Conversation

niemilau
Copy link

Extends the test program to work with complex Hermitian matrices. Can specify the number type (float/double or their complex version) via 3rd cmd argument. Output of 'complex double' tests are in output/complex_double/

NB: now requires std=c++17 because of if constexpr(...) code used frequently to distinguish real vs complex template parameters. -Wno-unused-result is useful since the newer standard seems to warn a lot about unused return values of eg. cudaFree(). README.md updated accordingly.

Quality-of-life additions:

  • Print summary at end
  • Option for skipping the repeated "with handle creation" run
  • GNUplot plotting script

niemilau and others added 29 commits February 7, 2025 15:13
@niemilau niemilau requested a review from trossi February 27, 2025 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant