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

add rule which disallow clang-cuda 13 and older #17

Merged
merged 2 commits into from
Feb 15, 2024

Conversation

SimeonEhrig
Copy link
Member

@SimeonEhrig SimeonEhrig commented Feb 14, 2024

The PR also solves a problem, that generate_combination_list() disallow specific parameter-values, like nvcc as host compiler.

- it is not necessary to avoid specific parameter-values such like nvcc as host-compiler anymore
- filters also clang-cuda 13 and older
- replace .copy() with deepcopy() solve some memory problems
@codecov-commenter
Copy link

codecov-commenter commented Feb 15, 2024

Codecov Report

Attention: Patch coverage is 95.45455% with 2 lines in your changes missing coverage. Please review.

Project coverage is 94.91%. Comparing base (209a5df) to head (5d025ad).
Report is 36 commits behind head on main.

Files Patch % Lines
bashi/generator.py 94.73% 0 Missing and 1 partial ⚠️
bashi/utils.py 94.73% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #17      +/-   ##
==========================================
+ Coverage   94.72%   94.91%   +0.19%     
==========================================
  Files          10       10              
  Lines         341      374      +33     
  Branches       91       98       +7     
==========================================
+ Hits          323      355      +32     
  Misses          8        8              
- Partials       10       11       +1     

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

@SimeonEhrig SimeonEhrig marked this pull request as ready for review February 15, 2024 10:01
@SimeonEhrig SimeonEhrig merged commit 3c778af into alpaka-group:main Feb 15, 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