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

Unify compiler name and version filter #19

Merged
merged 3 commits into from
Mar 13, 2024

Conversation

SimeonEhrig
Copy link
Member

Needs to refactor compiler name and version filter because covertable requires another kind of filter rule description that it works.
This work is required to add backend based filter rules, which works together with the host and device compiler.

- print a row in a short and nice way
@SimeonEhrig SimeonEhrig force-pushed the unifyCompilerFilter branch 2 times, most recently from 6c70272 to 20661f0 Compare March 12, 2024 15:08
@codecov-commenter
Copy link

codecov-commenter commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.69%. Comparing base (2f6b4dd) to head (75e45e9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #19      +/-   ##
==========================================
+ Coverage   95.02%   95.69%   +0.67%     
==========================================
  Files          11       10       -1     
  Lines         422      395      -27     
  Branches      102       99       -3     
==========================================
- Hits          401      378      -23     
+ Misses         11       10       -1     
+ Partials       10        7       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

- nvcc host compiler
- same host and device compiler name and version
- clang-cuda older than version 14
@SimeonEhrig
Copy link
Member Author

tested the refactoring with some extra rules [*] and it works.

  • nvcc and cuda backend needs to have the same version number
  • restic supported CUDA SDK for Clang-CUDA
  • NVCC, HIPCC, ICPX and CLANG-CUDA supports only one active GPU backend at the same time
  • restic supported C++ standard for nvcc

@SimeonEhrig SimeonEhrig marked this pull request as ready for review March 13, 2024 14:30
@SimeonEhrig SimeonEhrig merged commit 1d5c80b into alpaka-group:main Mar 13, 2024
8 checks passed
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.

2 participants